V1.x of this theme requires Jekyll <= 4.3 to be compatible with Bulma v1.
We use cookies on this site to enhance your user experience
By clicking the Accept button, you agree to us doing so. More info on our cookie policy
We use cookies on this site to enhance your user experience
By clicking the Accept button, you agree to us doing so. More info on our cookie policy
Getting Started
V1.x of this theme requires Jekyll <= 4.3 to be compatible with Bulma v1.
Add this line to your Jekyll site’s Gemfile
:
gem "bulma-clean-theme", '1.0.0'
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
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
.
Ensure you specify the version number at the end of the remote_theme, otherwise it will use the default version of the theme.
# _config.yml
remote_theme: chrisrhymes/bulma-clean-theme@v0.14.0
v1.x does not work with the GitHub pages default build process.
When using v1.x of this theme, use GitHub actions to deploy your site to GitHub pages.
Please read the upgrade guide for more information.