Sha256: 955834d6f0431bda97a3e7ec0859b1edc1bb3306766399f88448741f3ad1ea7a
Contents?: true
Size: 1.36 KB
Versions: 2
Compression:
Stored size: 1.36 KB
Contents
[![Build Status](https://travis-ci.org/SpinaCMS/spina-blog.svg?branch=master)](https://travis-ci.org/initforthe/spina-blog) [![Code Climate](https://codeclimate.com/github/initforthe/spina-blog/badges/gpa.svg)](https://codeclimate.com/github/initforthe/spina-blog) [![Test Coverage](https://codeclimate.com/github/initforthe/spina-blog/badges/coverage.svg)](https://codeclimate.com/github/initforthe/spina-blog/coverage) # Spina::Blog Simple blog engine for [Spina CMS](https://www.spinacms.com/). It supports posts and categories. ## Usage How to use my plugin. ## Installation Add this line to your application's Gemfile: ```ruby gem 'spina-blog' ``` And then execute: ```bash $ bundle ``` And install: ```bash $ rails g spina_blog:install ``` Or install it yourself as: ```bash $ gem install spina-blog ``` Add to your Spina theme: ```ruby # 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 ```bash $ bundle exec rake spec ``` ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spina-admin-conferences-blog-0.3.1 | README.md |
spina-admin-conferences-blog-0.2.0 | README.md |