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

Feeds are not generated #5

Open
TC01 opened this issue Aug 9, 2015 · 4 comments
Open

Feeds are not generated #5

TC01 opened this issue Aug 9, 2015 · 4 comments

Comments

@TC01
Copy link
Owner

TC01 commented Aug 9, 2015

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.

@TC01
Copy link
Owner Author

TC01 commented Aug 9, 2015

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.

@TC01
Copy link
Owner Author

TC01 commented Aug 10, 2015

To do this properly, we will need to be able to overwrite feeds, because category- and article- collisions are now supported.

@TC01
Copy link
Owner Author

TC01 commented Mar 4, 2016

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.

@TC01
Copy link
Owner Author

TC01 commented Dec 30, 2016

pelican 3.7 has been released so this should now be possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant