Simple blog engine for Spina CMS. It supports posts and categories.
How to use my plugin.
Add this line to your application's Gemfile:
gem 'spina-blog'And then execute:
$ bundleAnd install:
$ rails g spina_blog:installOr install it yourself as:
$ gem install spina-blogAdd to your Spina theme:
# config/initializers/themes/theme.rb
Spina::Theme.register do |theme|
# ...
theme.plugins = ['blog']
endThe version of Spina to develop this engine against is defined in the gemspec. To override the version of refinery to develop against, edit the project Gemfile to point to a local path containing a clone of Spina CMS.
With rake spec
$ bundle exec rake specThe gem is available as open source under the terms of the MIT License.