Sha256: b013c6ba7203f19514f5369bcfd5e968015255e5d66a422ab0f238587fd8ead4
Contents?: true
Size: 755 Bytes
Versions: 1
Compression:
Stored size: 755 Bytes
Contents
# Hierapolis::Rails This gem using to integrate [hierapolis](https://github.com/kebab-project/hierapolis) theme on rails project. ## Installation Add this line to your application's Gemfile: gem 'hierapolis-rails' And then execute: $ bundle Or install it yourself as: $ gem install hierapolis-rails ## Usage Add these lines to application.css ```ruby @import 'bootstrap' @import "hierapolis" ``` Add these lines to application.js ```ruby #= require bootstrap #= require hierapolis ``` ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hierapolis-rails-0.1.0 | README.md |