Hugo theme with no predefined colors and minimal styling.
Go to file
tastytea 4d7c6c4846
Add LICENSE.
2019-11-20 22:40:09 +01:00
archetypes Initial commit. 2019-11-20 19:56:22 +01:00
layouts Initial commit. 2019-11-20 19:56:22 +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 Initial commit. 2019-11-20 19:56:22 +01:00
theme.toml Add LICENSE. 2019-11-20 22:40:09 +01:00

README.adoc

nocolor

A Hugo theme with no predefined colors. If you want source code highlighting, take a look at https://github.com/mozmorris/tomorrow-pygments.

The theme is based on Slick.

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