Skip to content

Blog Engine for ComfortableMexicanSofa

License

Notifications You must be signed in to change notification settings

corewebdesign/comfy-blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

159 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComfyBlog

Gem Version Build Status Dependency Status Code Climate Coverage Status

ComfyBlog is an simple blog management engine for ComfortableMexicanSofa (for version >= 1.11).

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.1.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-2013 Oleg Khabarov, The Working Group Inc

Bitdeli Badge

About

Blog Engine for ComfortableMexicanSofa

Resources

License

Stars

Watchers

Forks

Packages

No packages published