update README

This commit is contained in:
Niklas Buschmann 2019-07-18 21:49:34 +02:00
parent 6bfe25a3e9
commit 7bc26becea
2 changed files with 16 additions and 5 deletions

View File

@ -1,12 +1,23 @@
## About
Adaption of the Jekyll version of [contrast](https://github.com/niklasbuschmann/contrast). Adaption of the Jekyll version of [contrast](https://github.com/niklasbuschmann/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 ## Features
- supports dark mode on macOS Mojave - supports dark mode on macOS Mojave
- MathJax support - MathJax support
- no external ressources - no external resources
- responsive - responsive
## Based on ## Based on

View File

@ -3,8 +3,8 @@ license = "MIT"
licenselink = "https://github.com/niklasbuschmann/contrast-hugo/blob/master/UNLICENSE.txt" licenselink = "https://github.com/niklasbuschmann/contrast-hugo/blob/master/UNLICENSE.txt"
description = "Minimalistic Hugo theme" description = "Minimalistic Hugo theme"
homepage = "https://github.com/niklasbuschmann/contrast-hugo" homepage = "https://github.com/niklasbuschmann/contrast-hugo"
tags = [] tags = ["blog"]
features = [] features = ["blog"]
min_version = "0.41" min_version = "0.41"
[author] [author]