Minimalistic Hugo theme (mirror of https://github.com/niklasbuschmann/contrast-hugo)
Go to file
Niklas Buschmann 9b3ec3d024 merge upstream 2021-03-13 15:06:59 +01:00
archetypes init 2019-07-15 15:04:11 +02:00
images update images 2020-11-25 18:23:27 +01:00
layouts merge upstream 2021-02-28 21:42:12 +01:00
static merge upstream 2021-03-13 15:06:59 +01:00
.gitignore init 2019-07-15 15:04:11 +02:00
LICENSE.txt move file 2019-07-18 21:59:43 +02:00
README.md merge upstream 2021-02-28 21:34:43 +01:00
theme.toml change license 2019-07-18 22:09:55 +02:00

README.md

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.toml file. Just add the line

theme = "contrast-hugo"

at the top of the file.

Example config

title = "Davids Blog"
author = "David Wallace"
theme = "contrast-hugo"

[params]
  minimal = false
  excerpts = false
  description = "my blog"

[menu]
  [[menu.main]]
    identifier = "about"
    name = "About"
    url = "/about/"
    weight = 10

Based on

License

public domain