-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feeds are not generated #5
Comments
Hm, it seems that articles are now properly added to the global all feed, so we just need to implement a generate_feeds that generates feeds for our new categories. |
To do this properly, we will need to be able to overwrite feeds, because category- and article- collisions are now supported. |
So, just to update the world: I got a patch to add the ability to overwrite feeds merged into Pelican some time ago, so once 3.7 lands I think this can be done. |
pelican 3.7 has been released so this should now be possible. |
To prevent feeds getting written twice and pelican complaining, I disabled generation of feeds. Or, more accurately, feeds aren't generated for the mbox categories; other feeds still get generated, of course.
This is not ideal; at the very least the category specific feeds should get created.
The text was updated successfully, but these errors were encountered: