Sha256: 41cb43300c8b29e69e4602d14c178b98b0464b5541780db33bcce280d20e13f8
Contents?: true
Size: 1.25 KB
Versions: 2
Compression:
Stored size: 1.25 KB
Contents
# Hierapolis::Rails This gem using to integrate [hierapolis](../../../hierapolis) theme on rails project. ## Installation This gem requires ```ruby gem 'haml' gem 'haml-rails' gem 'compass-rails' gem 'bootstrap-sass' ``` 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 "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 ## Credits  - hierapolis-rails is maintained and funded by [lab2023 - information technologies](http://lab2023.com/) - Thank you to all the [contributors!](../../graphs/contributors) - The names and logos for lab2023 are trademarks of lab2023, inc. ## License Copyright © 2013-2015 [lab2023 - information technologies](http://lab2023.com)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hierapolis-rails-1.1.3 | README.md |
hierapolis-rails-1.1.1 | README.md |