Sha256: 2792280e83de3adc1fa10b1ee3213ffe47ad3f3816f47cff641cadacc72fd152
Contents?: true
Size: 588 Bytes
Versions: 1
Compression:
Stored size: 588 Bytes
Contents
# Github docs A Jekyll theme for Github styled documentation ### Theme usage Add a _config.yml file with this line: ```yaml theme: github-docs ``` ### Preview jekyll theme locally Add the following to your site's Gemfile: ```ruby gem "github-docs" ``` And then execute: ``` $ bundle ``` Or install it yourself as: ``` $ gem install github-docs ``` ### Development 1. `$ gem install bundler` 2. `$ bundle install` (install theme deps) 3. `$ bundle exec` (build files) 3. `$ jekyll serve` ### Publishing Gem 1. `$ gem build github-docs.gemspec` 2. `$ gem push github-docs-*.gem`
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
github-docs-0.0.3 | readme.md |