Skip to content
/ bulla Public

A simple but powerful documentation theme for Hugo based on Bulma

License

Notifications You must be signed in to change notification settings

todinov/bulla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published