No release in over a year
A fork of spina-blog for Spina 2.0
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 3.0.0, <= 5.0
~> 5.2, >= 5.2.1
>= 1.0.1
~> 1.10, >= 1.10.0
>= 2.1.0
 Project Readme

Build Status Code Climate Test Coverage

Spina::Blog

Simple blog engine for Spina CMS. It supports posts and categories.

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem 'spina-blog'

And then execute:

$ bundle

And install:

$ rails g spina_blog:install

Or install it yourself as:

$ gem install spina-blog

Add to your Spina theme:

# config/initializers/themes/theme.rb

Spina::Theme.register do |theme|
  # ...
  theme.plugins = ['blog']
end

Contributing

The 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.

Testing

With rake spec

$ bundle exec rake spec

License

The gem is available as open source under the terms of the MIT License.