]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/commitdiff
New post: RSS updates
authorDuje Mihanović <duje.mihanovic@skole.hr>
Wed, 30 Aug 2023 18:05:02 +0000 (20:05 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Wed, 30 Aug 2023 18:05:02 +0000 (20:05 +0200)
content/posts/rss-updates/index.md [new file with mode: 0644]

diff --git a/content/posts/rss-updates/index.md b/content/posts/rss-updates/index.md
new file mode 100644 (file)
index 0000000..50226f3
--- /dev/null
@@ -0,0 +1,20 @@
+---
+title: "RSS updates"
+date: 2023-08-30T18:55:52+02:00
+---
+I have made some small, but important changes to the way the RSS feed of the site
+is generated.
+
+The biggest change is the relocation of the feed from
+[dujemihanovic.xyz/posts/index.xml](/posts/index.xml) to
+[dujemihanovic.xyz/index.xml](/index.xml). To make sure subscribers *(assuming
+any exist)* don't get cut off by this change, I have set up a 301 redirect from
+the old location to the new one and I **don't plan** to remove this redirect,
+although it probably won't hurt to change the feed URL anyway *(Akregator and
+Newsboat, the readers I tested, don't seem to care much about the 301 and keep
+using the old URL).*
+
+I have also done some small cleanup of the code, the commit range in the
+[repository](https://git.dujemihanovic.xyz/?p=dujemihanovic.xyz.git;a=shortlog)
+is `5a43568..47271c2` for those interested. I have also looked into adding an
+Atom feed at some point.