A clean and modern Jekyll theme based on Bulma
The Bulma Clean Theme is a Jekyll theme built with the Bulma framework, designed to provide a clean and modern-looking website. The theme uses Alpine.js for interactive components, such as the mobile navbar and notifications.
To install the Bulma Clean Theme, follow these steps:
gem 'bulma-clean-theme'
_config.yml
file:theme: bulma-clean-theme
_config.yml
:remote_theme: chrisrhymes/bulma-clean-theme
Note: Make sure you have Jekyll version 3.9 or higher to use the GitHub Pages gem.
bundle install
Or install it manually:
gem install bulma-clean-theme
The Bulma Clean Theme is a Jekyll theme that offers a clean and modern design with the use of the Bulma framework. It provides interactive components using Alpine.js and can be easily installed by adding a few lines of code to your Jekyll site’s configuration files.