Minimalistic Hugo theme (mirror of https://github.com/niklasbuschmann/contrast-hugo)
Go to file
Niklas Buschmann 9815434e44 change license 2019-07-18 22:09:55 +02:00
archetypes init 2019-07-15 15:04:11 +02:00
images fix case insensitivity 2019-07-18 22:05:52 +02:00
layouts add Generator 2019-07-18 21:26:43 +02:00
static/css fix pre background 2019-07-18 21:14:32 +02: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 update README 2019-07-18 21:49:34 +02:00
theme.toml change license 2019-07-18 22:09:55 +02:00

README.md

Adaption of the Jekyll version of contrast.

Installation

To install Hyde 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.

Features

  • supports dark mode on macOS Mojave
  • MathJax support
  • no external resources
  • responsive

Based on

License

public domain