bastibe / org-static-blog

A static site generator using org-mode
BSD 3-Clause "New" or "Revised" License
341 stars 74 forks source link

Optional generation of per-tag RSS feeds #92

Closed jaor closed 3 years ago

jaor commented 3 years ago

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 optionsorg-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."

bastibe commented 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?

jaor commented 3 years ago

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 :)

bastibe commented 3 years ago

OK, cool. I like it!