Skip to content
forked from comfy/comfy-blog

Blog Engine for ComfortableMexicanSofa (Rails 5.2+)

License

Notifications You must be signed in to change notification settings

gergu/comfy-blog

 
 

Repository files navigation

ComfyBlog

ComfyBlog is a simple blog management engine for ComfortableMexicanSofa

Gem Version Gem Downloads Build Status Dependency Status Code Climate Coverage Status Gitter

Dependencies

Make sure that you have ComfortableMexicanSofa installed first.

Installation

Add gem definition to your Gemfile:

gem 'comfy_blog', '~> 2.0.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.

Admin Area Preview


Copyright 2009-2017 Oleg Khabarov

About

Blog Engine for ComfortableMexicanSofa (Rails 5.2+)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 88.9%
  • HTML 10.6%
  • Roff 0.5%