- 🍈 Jekyll-Bonsai
- 🎋 Features
- 🎋 Gem
Gem
jekyll-bonsai
is available as a ruby gem for easy-install’n’update convenience.
To import is as a gem, you can follow the jekyll theme gem instructions.
But, in a nutshell, do the following:
- Add to your
GemFile
1:gem "jekyll-bonsai"
- Add to your
_config.yml
:theme: jekyll-bonsai
And that’s it!
-
You can also install a specific version if you are experiencing finickiness:
gem "jekyll-bonsai", "~> 0.1.0"
. ↩