M config.ts => config.ts +6 -6
@@ 28,6 28,10 @@ export const config = {
path: "/connect",
},
{
+ title: "More",
+ path: "/more",
+ },
+ {
title: "About",
path: "/about",
},
@@ 42,12 46,8 @@ export const config = {
path: "/privacy",
},
{
- title: "Sitemap",
- path: "/sitemap",
- },
- {
- title: "RSS",
- path: "/feed.xml",
+ title: "Subscribe",
+ path: "/subscribe",
},
],
},
M content/connect.md => content/connect.md +0 -8
@@ 8,14 8,6 @@ feedback, you do you!
E-mail: [tim@harek.no](mailto:tim@harek.no)
-## Keep up to date
-
-If you'd like to keep up with everything on the website, RSS is the way to go! I
-have an [RSS-feed here](/rss.xml). Personally I use
-[NetNewsWire](https://netnewswire.com) for all my RSS-feeds, but there are
-plenty of [other alternatives](https://alternativeto.net/software/netnewswire/)
-out there.
-
## Across the web
- [SourceHut](https://sr.ht/~timharek)
A content/subscribe.md => content/subscribe.md +15 -0
@@ 0,0 1,15 @@
++++
+title = "Subscribe"
+description = "How to subscribe to my updates."
++++
+
+You can subscribe to my blog using [RSS][rss_wiki], using either the
+[Atom][atom]- or [JSON][json]-feed.
+
+Personally I use [NetNewsWire](https://netnewswire.com) for all my RSS-feeds,
+but there are plenty of
+[other alternatives](https://alternativeto.net/software/netnewswire/) out there.
+
+[rss_wiki]: https://en.wikipedia.org/wiki/RSS
+[atom]: /rss.xml
+[json]: /feed.json