From eb90e0af202ace67bb45fa04c6adf9be9900546a Mon Sep 17 00:00:00 2001
From: =?utf8?q?Duje=20Mihanovi=C4=87?= <duje.mihanovic@skole.hr>
Date: Wed, 30 Aug 2023 20:05:02 +0200
Subject: [PATCH] New post: RSS updates

---
 content/posts/rss-updates/index.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 content/posts/rss-updates/index.md

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.
-- 
2.39.5