Hugo theme with no predefined colors and minimal styling.
Go to file
tastytea 1b8f62d55d
Add class to taxonomies.
2019-11-20 23:23:16 +01:00
archetypes Initial commit. 2019-11-20 19:56:22 +01:00
layouts Add class to taxonomies. 2019-11-20 23:23:16 +01:00
static/assets Initial commit. 2019-11-20 19:56:22 +01:00
LICENSE Add LICENSE. 2019-11-20 22:40:09 +01:00
README.adoc Update readme. 2019-11-20 23:22:09 +01:00
theme.toml Change tags and features. 2019-11-20 22:45:40 +01:00

README.adoc

nocolor

A Hugo theme with no predefined colors and minimal styling. If you want source code highlighting, take a look at tomorrow-pygments.

The theme is based on Slick. Their configuration example is valid for nocolor too.

Installation

Just download the theme or clone it into your themes/ directory:

cd themes && git clone https://schlomp.space/tastytea/hugo-theme-nocolor.git

Then reference it in your config:

theme = "nocolor"

Or when building the site, pass it in to the CLI:

hugo -t nocolor

Modification

You can add things to the end of the <head> section by overwriting the partial template extra-head.html. The common way to do it is to create layouts/partials/extra_head.html.