Bulla is a documentation theme for Hugo. It's based on the free, open source CSS framework Bulma.
Navigate to your hugo project and run:
git submodule add https://github.com/todinov/bulla themes/bulla
Set theme = "bulla"
for toml configuration or theme: bulla
for yaml configuration.
hugo new site docs; cd docs
git init
git submodule add https://github.com/todinov/bulla themes/bulla
cp -r themes/bulla/exampleSite/content .
cp themes/bulla/exampleSite/config.yaml .