Use the Gem with Jekyll
This theme requires Jekyll 3.9 to be compatible with GitHub Pages.
Add this line to your Jekyll site’s Gemfile
:
gem "bulma-clean-theme"
And add this line to your Jekyll site’s _config.yml
:
theme: bulma-clean-theme
And then execute:
$ bundle
Or install it yourself as:
$ gem install bulma-clean-theme
GitHub Pages
If you are deploying to GitHub pages, then you can also install the GitHub Pages gem and use remote_theme
instead of theme
in your _config.yml
.
# With GitHub Pages Gem
remote_theme: chrisrhymes/bulma-clean-theme