]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/blob - content/posts/rss-updates/index.md
Add summaries to all posts
[dujemihanovic.xyz.git] / content / posts / rss-updates / index.md
1 ---
2 title: "RSS updates"
3 date: 2023-08-30T18:55:52+02:00
4 summary: Small changes to the RSS feed.
5 ---
6 I have made some small, but important changes to the way the RSS feed of the site
7 is generated.
8
9 The biggest change is the relocation of the feed from
10 [dujemihanovic.xyz/posts/index.xml](/posts/index.xml) to
11 [dujemihanovic.xyz/index.xml](/index.xml). To make sure subscribers *(assuming
12 any exist)* don't get cut off by this change, I have set up a 301 redirect from
13 the old location to the new one and I **don't plan** to remove this redirect,
14 although it probably won't hurt to change the feed URL anyway *(Akregator and
15 Newsboat, the readers I tested, don't seem to care much about the 301 and keep
16 using the old URL).*
17
18 I have also done some small cleanup of the code, the commit range in the
19 [repository](http://git.dujemihanovic.xyz/?p=dujemihanovic.xyz.git;a=shortlog)
20 is `5a43568..47271c2` for those interested. I have also looked into adding an
21 Atom feed at some point.