Sha256: 52ab4f9c2971b53bb892ac18c9f63410b4ddaaecb0b082c6c3100510ba5ed0aa
Contents?: true
Size: 1.37 KB
Versions: 2
Compression:
Stored size: 1.37 KB
Contents
# ComfyBlog [](http://rubygems.org/gems/comfy_blog) [](http://travis-ci.org/comfy/comfy-blog) [](https://gemnasium.com/comfy/comfy-blog) [](https://codeclimate.com/github/comfy/comfy-blog) [](https://coveralls.io/r/comfy/comfy-blog) ComfyBlog is an simple blog management engine for [ComfortableMexicanSofa](https://github.com/comfy/comfortable-mexican-sofa) (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: ```ruby 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: ```ruby 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](http://www.twg.ca)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
comfy_blog-1.1.1 | README.md |
comfy_blog-1.1.0 | README.md |