-
Notifications
You must be signed in to change notification settings - Fork 204
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 Atom feed using the jekyll-feed plugin #2646
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
I might suggest the disable_in_development
setting because it looks like feed generation adds about a second to build time (obviously that's not too bad, but it can add up if you're making repeated edits), unless there's a good reason not to
@ptgolden do you want to add the flag @jsstevenson suggests? |
Done 👍 |
Can this be merged yet? |
(should be fine to merge imo) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's try it
This adds an Atom XML feed for content under
_posts
using jekyl-feed. No additional install steps should be necessary since that plugin is pre-installed for GitHub Pages and the Jekyll Docker image.