
Simple gem that allows you to run a jekyll blog inside of your existing rails app. fork and enjoy!
Bloggy is a gem that allows users to generate a Jekyll blog within their Rails application using familiar generator commands. It aims to simplify the process of adding a blog to an existing Rails application while keeping costs low. The gem was originally created by Zach Bruhnke as a demonstration for Engine Yard customers on how to easily integrate a blog into their Rails application. It is built on top of the Jekyll framework by Tom Preston-Werner and utilizes the same configuration elements for blogging.
Bloggy is a gem that simplifies the process of adding a Jekyll blog to a Rails application. It allows users to generate a Jekyll blog within their Rails app using familiar generator commands. The gem provides all the necessary configuration elements and a convenient file structure for creating and editing blog posts. It also includes a rake task for easy creation and editing of new blog posts. Bloggy is built on top of the Jekyll framework and utilizes the same configuration elements for blogging. It can be easily installed using bundler or as a standalone gem.
