Minimalistic Hugo theme (mirror of https://github.com/niklasbuschmann/contrast-hugo)
archetypes | ||
images | ||
layouts | ||
static | ||
.gitignore | ||
LICENSE.txt | ||
README.md | ||
theme.toml |
Adaption of the of contrast Jekyll theme.
Installation
To install Contrast as your default theme, first install this repository in the themes/
directory:
$ cd themes/
$ git clone https://github.com/niklasbuschmann/contrast-hugo.git
Second, specify contrast-hugo
as your default theme in the config.yaml
file. Just add the line
theme: "contrast-hugo"
at the top of the file.