gingko¶ ↑
gingko's blog theme
Installation¶ ↑
Add this line to your Jekyll site's Gemfile
:
gem "gingko"
And add this line to your Jekyll site's _config.yml
:
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 rubygems.org