VMitov / bulla

A simple but powerful documentation theme for Hugo based on Bulma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bulla

Bulla is a documentation theme for Hugo. It's based on the free, open source CSS framework Bulma.

Installation

Install in an existing project

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.

Install in a new project

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 .

About

A simple but powerful documentation theme for Hugo based on Bulma

License:MIT License


Languages

Language:CSS 61.6%Language:Sass 34.0%Language:HTML 2.8%Language:JavaScript 0.8%Language:SCSS 0.7%