update README
This commit is contained in:
parent
6bfe25a3e9
commit
7bc26becea
17
README.md
17
README.md
@ -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
|
||||||
|
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user