My blog now has an RSS feed!

https://trevdev.ca/blog/rss.xml

Special thanks to @tiang for the very useful `org-publish-rss` package.

@trevdev Glad to hear it's working for you! I'm working on adding caching so files don't need to be re-exported every time

@tiang
Cool. Wondering if it would work also for my "digital garden": not a blog, nos periodic,not new files (usually) but changes and crafting here and there...

But I do use org-publish: https://marcoxbresciani.codeberg.page/digital-garden.html#garden-my-garden
@trevdev

Digital Garden

@AAMfP @trevdev I'm not sure based off your alist settings. The main expectation for org-publish-rss is a new Org file is a new RSS item. You may be better served with ox-rss which treats each heading as an RSS item.

Let me know if I'm misunderstanding, I'd be happy to take patches to make this work for your setup.

@tiang
Indeed I'm not blogging: I might add, remove, change or fix things to existing pages, or I might add new or remove existing pages from time to time.
So you're right, it won't work.
I'll check ox-rss and see.
Thanks.
@trevdev