Gem

jekyll-wikibonsai 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:

  1. Add to your GemFile1:
    gem "jekyll-wikibonsai"
    
  2. Add to your _config.yml:
    theme: jekyll-wikibonsai
    

And that’s it!

  1. You can also install a specific version if you are experiencing finickiness: $ gem "jekyll-wikibonsai", "~> 0.1.0"