A theme for Hugo that uses Simple.css.
A live demo based on the site generated from the hugo new theme
command is available. It also demonstates how to customize Simple.css using the example given in the docs.
Simple.css customization is defined in the partial assets/css/simple-custom.css
, for example exampleSite/assets/css/simple-custom.css
.
hugo new site quickstart
cd quickstart
git init
git submodule add https://github.com/RyanBalfanz/hugo-simplecss.git themes/hugo-simplecss
echo "theme = 'hugo-simplecss'" >> hugo.toml
hugo server