Sha256: f82c492287073e0a02751f0eb23eeb9250d90d718acd1939399df07f12245070
Contents?: true
Size: 930 Bytes
Versions: 2
Compression:
Stored size: 930 Bytes
Contents
# Github docs A Jekyll theme for Github styled documentation ### Theme usage 1. To use this theme in your project via `github-pages`, add a _config.yml file with this line ```yaml remote_theme: boycce/github-docs ``` ### Theme preview 1. To preview this theme in your project via `github-pages`, add a Gemfile in your root folder ```ruby source 'https://rubygems.org' gem 'github-pages', group: :jekyll_plugins ``` 2. Then update `github-pages` and the `theme` ``` $ bundle update ``` 3. And run ``` $ bundle exec jekyll serve ``` ### Development 1. Install rvm/ruby `^2.7.3` if not having done so already 2.a. `$ gem install jekyll bundler jekyll-github-metadata jekyll-seo-tag ` (not sudo, or....) 2.b. `$ bundle install` (install theme deps automatically) 4. `$ jekyll serve` ### Publishing Gem 1. `$ gem build github-docs.gemspec` 2. `$ gem push github-docs-*.gem`
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
github-docs-0.0.7 | readme.md |
github-docs-0.0.6 | readme.md |