ideas-productivity / ideas-productivity.github.io

Website for the IDEAS family of projects on software productivity, sustainability, and trustworthiness
https://ideas-productivity.org/
3 stars 0 forks source link

Add an RSS/Atom feed that lists events #25

Open bernhold opened 1 year ago

bernhold commented 1 year ago

The standard plugin only works with blog posts. We need to construct a variant that will track changes to collections of interest (events, series, etc.) and perhaps other things.

bernhold commented 4 months ago

https://ideas-productivity.org/feed.xml is the custom-generated feed that we need to work on.

There may also be another feed being generated by the jekyll-feed plugin. That plugin works only on blog posts, so, since we're not using the blog structure at all, it won't get us what we want. We should disable/remove it.

bernhold commented 4 months ago

Disabled the jekyll-feed plugin.

bernhold commented 3 months ago

I think we have a reasonable feed now for events. Not certain yet that it will behave as we want it to when updates occur. So let's watch it for a while before we advertise the feed (add the RSS icon to the footer).

bernhold commented 3 months ago

Once we're happy with the feed, we should also address #73