0.0
No commit activity in last 3 years
No release in over 3 years
Integrates blogs into your Wheelhouse CMS site.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Blog Plugin for Wheelhouse CMS

Screenshot of blog plugin

This gem makes it easy to integrate a blog or news feed into your Wheelhouse CMS site.

It currently supports:

  • RSS feed
  • tags
  • categories
  • archives
  • pagination
  • multiple blogs

It does not yet support commenting but this will be implemented in the near future. In the meanwhile, it is fairly easy to integrate comments using a third-party JavaScript library such as Disqus or Facebook Comments.

Installation & Usage

1. Add wheelhouse-blog to your Gemfile:

gem "wheelhouse-blog"

Then run bundle install.

2. Create a new blog from the New Page dropdown.

3. To customize, copy the partials (_post.html.haml and _layout.html.haml) from app/templates/blog to your theme templates folder.