[MOVED to codeberg] Hugo theme with no predefined colors and minimal styling.
https://codeberg.org/tastytea/hugo-theme-nocolor
archetypes | ||
layouts | ||
static/assets | ||
LICENSE | ||
README.adoc | ||
theme.toml |
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