jekyll-postfiles
By nhoizey
A Jekyll plugin that copies static files from the _posts to the _site folder
To install, add this to your Gemfile:
gem "jekyll-postfiles"
  and run bundle install. To use, run Jekyll with
  bundle exec preceding it:
$ bundle exec jekyll build
$ bundle exec jekyll serve