jekyll-feed
By benbalter
A Jekyll plugin to generate an Atom (RSS-like) feed of your Jekyll posts.
Compatible with GitHub PagesTo install, add this to your Gemfile:
gem "jekyll-feed"
  and run bundle install. To use, run Jekyll with
  bundle exec preceding it:
$ bundle exec jekyll build
$ bundle exec jekyll serve