Sha256: 2c99b1dd0caca36d4c19ff0acbd9894e67c83968fe82d0978229efa072eaba88
Contents?: true
Size: 947 Bytes
Versions: 4
Compression:
Stored size: 947 Bytes
Contents
# Hierapolis::Rails This gem using to integrate [hierapolis](https://github.com/kebab-project/hierapolis) theme on rails project. ## Installation This gem requires ```ruby gem 'bootstrap-sass', :git => 'git://github.com/thomas-mcdonald/bootstrap-sass.git', :branch => '3' ``` Add this line to your application's Gemfile: gem 'hierapolis-rails' And then execute: $ bundle Or install it yourself as: $ gem install hierapolis-rails Run the generator: ```ruby rails g hierapolis:install ``` ## 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
hierapolis-rails-0.4.0 | README.md |
hierapolis-rails-0.3.1 | README.md |
hierapolis-rails-0.3.0 | README.md |
hierapolis-rails-0.2.1 | README.md |