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

Replace feed.xml with new jekyll-feed plugin #292

Closed
dguido opened this issue Sep 12, 2015 · 3 comments
Closed

Replace feed.xml with new jekyll-feed plugin #292

dguido opened this issue Sep 12, 2015 · 3 comments

Comments

@dguido
Copy link

dguido commented Sep 12, 2015

https://github.com/blog/2053-easier-feeds-for-github-pages

@dguido dguido changed the title Replace feeds.xml with new jekyll-feed plugin Replace feed.xml with new jekyll-feed plugin Sep 12, 2015
@urda
Copy link

urda commented Oct 6, 2015

Here's what I did:

  1. Set the footer-links rss as follows to get the rss link to show in the footer:
rss: jekyll-feed
  1. Then add the jekyll-feed to your config:
# Use the following plug-ins
gems:
  - jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
  - jekyll-feed
  1. Delete feed.xml from the root of the repository.

  2. Build your jekyll-now powered pages. A feed.xml should be generated using the jekyll-feed.

  3. Enjoy!

@barryclark
Copy link
Owner

Sweet. Let's move to jekyll-feed as you guys said. It's supported by github-pages yay!

I don't suppose either of you guys would fancy submitting a PR for this?

Would be much appreciated.

@barryclark
Copy link
Owner

Done!

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

3 participants