Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an RSS/Atom feed that lists events #25

Open
bernhold opened this issue Jun 4, 2023 · 4 comments
Open

Add an RSS/Atom feed that lists events #25

bernhold opened this issue Jun 4, 2023 · 4 comments
Labels
enhancement New feature or request operations Related to operations of the site priority: high verify fix A fix has been committed but needs to be verified

Comments

@bernhold
Copy link
Contributor

bernhold commented Jun 4, 2023

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 bernhold added the enhancement New feature or request label Jun 4, 2023
@bernhold bernhold added the operations Related to operations of the site label Mar 8, 2024
@bernhold
Copy link
Contributor Author

bernhold commented Jul 8, 2024

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
Copy link
Contributor Author

bernhold commented Jul 8, 2024

Disabled the jekyll-feed plugin.

@bernhold
Copy link
Contributor Author

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
Copy link
Contributor Author

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

@bernhold bernhold added the verify fix A fix has been committed but needs to be verified label Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request operations Related to operations of the site priority: high verify fix A fix has been committed but needs to be verified
Projects
None yet
Development

No branches or pull requests

1 participant