Sha256: 60b9d727598ed35efbfbded707965854de652afd95b8032a66e8fbbd56613b86
Contents?: true
Size: 596 Bytes
Versions: 1
Compression:
Stored size: 596 Bytes
Contents
# Github docs A Jekyll theme for Github styled documentation ### Theme usage Add a _config.yml file with this line: ```yaml theme: jekyll-theme-primer ``` ### 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.2 | readme.md |