Skip to content

RyanBalfanz/hugo-simplecss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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