RyanBalfanz / hugo-simplecss

A theme for Hugo using Simple.css

Home Page:https://hugo-simplecss.pages.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A theme for Hugo using Simple.css

https://hugo-simplecss.pages.dev

License:MIT License


Languages

Language:CSS 71.5%Language:HTML 24.9%Language:Makefile 3.3%Language:JavaScript 0.3%