Sha256: 315a2c986fd460d296ea3ebe01429c2194a0c419d5d629969cb536a30046a90b
Contents?: true
Size: 586 Bytes
Versions: 2
Compression:
Stored size: 586 Bytes
Contents
# gingko gingko's blog theme ## Installation Add this line to your Jekyll site's `Gemfile`: ```ruby gem "gingko" ``` And add this line to your Jekyll site's `_config.yml`: ```yaml theme: gingko ``` And then execute: $ bundle Or install it yourself as: $ gem install gingko ## Usage TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets. ## Deploy ### Package gem run `gem build gingko.gemspec` to generate gingko theme gem. ### Publish gem run `gem push gingko-<version>.gem` to publish gem to https://rubygems.org
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gingko-0.1.2 | README.md |
gingko-0.1.1 | README.md |