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
- 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.
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. Copy the templates from app/templates/blog
to your theme templates folder to customize.