From: Duje Mihanović Date: Wed, 30 Aug 2023 18:05:02 +0000 (+0200) Subject: New post: RSS updates X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20.RelPermalink%20%7D%7D?a=commitdiff_plain;h=eb90e0af202ace67bb45fa04c6adf9be9900546a;p=dujemihanovic.xyz.git New post: RSS updates --- diff --git a/content/posts/rss-updates/index.md b/content/posts/rss-updates/index.md new file mode 100644 index 0000000..50226f3 --- /dev/null +++ b/content/posts/rss-updates/index.md @@ -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.