No description
Find a file
Joe Sak 178d782743 time datetime was invalid for HTML5 - sorry
details & aside added for category list
blog_post class added to show view
title put inside header
empty title hidden on show
2010-11-18 11:25:24 -06:00
app time datetime was invalid for HTML5 - sorry 2010-11-18 11:25:24 -06:00
config Archive listing, views, helpers 2010-11-18 10:52:10 -06:00
generators/refinery_blog Generators had some typos 2010-09-21 22:42:03 -05:00
lib Added comment notifications. 2010-11-15 17:39:52 +13:00
public HTML5 means HTML5, parndt. 2010-11-17 16:08:03 -06:00
rails Added bundler and filters_spam dependency 2010-08-28 16:13:35 +12:00
spec Converted to factory_girl use, a little refactored 2010-08-09 14:05:16 -05:00
.gitignore here's the new gitignore 2010-09-07 14:29:53 +12:00
Gemfile Support rails2 version of will_paginate too 2010-11-03 11:36:44 +13:00
Gemfile.lock Support rails2 version of will_paginate too 2010-11-03 11:36:44 +13:00
readme.md Added comment notifications. 2010-11-15 17:39:52 +13:00
refinerycms-blog.gemspec Added comment notifications. 2010-11-15 17:39:52 +13:00

About

Simple blog engine for Refinery CMS. It supports posts, categories and comments.

Options:

  • Comment moderation
  • ShareThis.com support on posts. Set your key in Refinery's settings area to enable this.

Install

Open up your Gemfile and add at the bottom this line

gem 'refinerycms-blog', '~> 1.0.rc16'

Now run bundle install

Next to install the blog plugin run:

ruby script/generate refinery_blog

Finally migrate your database and you're done.

rake db:migrate