Skip to content

SpinaCMS/spina-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

69f9179 · May 22, 2024
May 22, 2024
May 13, 2019
Mar 6, 2022
May 13, 2019
Dec 14, 2022
Jun 7, 2023
May 25, 2021
Jun 26, 2017
May 13, 2019
May 13, 2019
May 13, 2019
May 25, 2021
Jun 16, 2017
Oct 20, 2021
May 13, 2019
May 25, 2021

Repository files navigation

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.