No description
Find a file
2010-09-21 17:23:39 +12:00
app added publish date support. fixes bug where categories were showing posts that were technically supposed to be hidden from the end user 2010-09-21 17:20:08 +12:00
config added publish date support. fixes bug where categories were showing posts that were technically supposed to be hidden from the end user 2010-09-21 17:20:08 +12:00
generators/refinery_blog added publish date support. fixes bug where categories were showing posts that were technically supposed to be hidden from the end user 2010-09-21 17:20:08 +12:00
lib new rc 2010-09-14 15:29:46 +12:00
public add side bar rss subscribe block and display it on various views 2010-09-14 15:02:57 +12: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 Comments are now moderated automatically unless moderation is enabled and show up below posts. 2010-08-30 11:14:46 +12:00
Gemfile.lock Comments are now moderated automatically unless moderation is enabled and show up below posts. 2010-08-30 11:14:46 +12:00
readme.md updated readme to explain how to enable sharethis support 2010-09-14 15:28:08 +12:00
refinerycms-blog.gemspec new rc. not too far now until the 1.0. Just meta tags to go 2010-09-21 17:23:39 +12: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.rc9'

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