# bulma-clean-theme This is a clean and simple Jekyll Theme built with the [Bulma](https://bulma.io/) framework, providing a modern looking site to start working with. ## Features * Page, Blog, Post and Product layouts included * Use the Bulma navbar, menu and tabs * Easily overwrite the primary colour of the theme * Manage the navigation using a data file * Latest Posts sidebar (optional) * Responsive design ## Installation This theme is available as a [Ruby Gem](https://rubygems.org/gems/bulma-clean-theme) Add this line to your Jekyll site's `Gemfile`: ```ruby gem "bulma-clean-theme" ``` And add this line to your Jekyll site's `_config.yml`: ```yaml theme: bulma-clean-theme ``` And then execute: $ bundle Or install it yourself as: $ gem install bulma-clean-theme ## Use with GitHub Pages The theme can also be used with GitHub Pages by adding this line to your `_config.yml` ```yaml remote_theme: chrisrhymes/bulma-clean-theme ```