Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.59 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.59 KB

ComfyBlog

(This forked version of the original gem adds the ability to tag blog posts with tags and filter by them.) Gem Version Gem Downloads Build Status Dependency Status Code Climate Coverage Status

ComfyBlog is an simple blog management engine for ComfortableMexicanSofa

Features

  • Ability to set up multiple blogs per site
  • User defined layout per blog

Installation

Add gem definition to your Gemfile:

gem 'comfy_blog', '~> 1.12.0'

Then from the Rails project's root run:

bundle install
rails generate comfy:blog
rake db:migrate

Take a look inside your config/routes.rb file and you should see following lines there:

comfy_route :blog_admin, :path => 'admin'
comfy_route :blog, :path => 'blog'

You should also find view templates in /app/views/blog folder. Feel free to adjust them as you see fit.


Copyright 2009-2014 Oleg Khabarov