Last Updated: February 25, 2016
·
651
· zbruhnke

Add a blog to your rails site instantly with Bloggy

just add

gem 'bloggy' to your gemfile

Then run:

$ rails g jekyll:blog

Now just fire up your server and check out your fresh new Jekyll blog at

http://yourdomain.com/blog

Voila!