plusjade / jekyll-bootstrap

The quickest way to start and publish your Jekyll powered blog. 100% compatible with GitHub pages.
jekyllbootstrap.com
MIT License
3.35k stars 1.71k forks source link

GitHub page can generate Atom feeds now #286

Open einverne opened 9 years ago

einverne commented 9 years ago

add following line to _config.yml file:

gems:
  - jekyll-feed

it will generate feed.xml file in the root of your repository.

Ref: