Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 854 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 854 Bytes

hugo-simplecss

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.

Features

Simple.css customization is defined in the partial assets/css/simple-custom.css, for example exampleSite/assets/css/simple-custom.css.

Installation

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

Configuration