Closed jaor closed 3 years ago
I haven't had the time to look at the code in detail. But I like the idea. Does it change the RSS feed of existing blogs at all?
On Tue, Mar 02 2021, Bastian Bechtold wrote:
I haven't had the time to look at the code in detail. But I like the idea. Does it change the RSS feed of existing blogs at all?
No. The regular RSS feed with all posts is generated with the exact same contents as before; we just add new ones. Barring bugs, of course :)
OK, cool. I like it!
New customizable flag `org-static-blog-enable-tag-rss', which indicates whether to generate per tag RSS feeds.
When this flag is set, an RSS file with name given by prefixing
org-static-blog-rss-file' with '<tag>-' is created for each existing tag. The options
org-static-blog-rss-extra',org-static-blog-rss-max-entries' and
org-static-blog-rss-excluded-tag' are also used to construct per-tag RSS feeds."