revises README for v2.0.1
This commit is contained in:
parent
e23b920241
commit
a2dd872c92
1 changed files with 12 additions and 9 deletions
|
@ -52,6 +52,9 @@ __`Hyde-hyde`__ essentially inherits most of Hyde's [options](https://github.com
|
|||
* `highlightjs = true`: use [highlight.js](https://highlightjs.org) instead of Hugo built-in support for code highlighting
|
||||
|
||||
* `highlightjsstyle="highlight-style"`: only when `highlightjs = true`, please choose one of many _highlight.js_'s [styles](https://highlightjs.org/static/demo).
|
||||
* Since [v2.0.1](https://github.com/htr3n/hyde-hyde/tree/v2.0.1), highlighting for each page can be fine-tuned in the front matter, for example
|
||||
* `highlight = false` (default `true`)
|
||||
* `highlightjslanguages = ["swift", "objectivec"]`
|
||||
|
||||
* `postNavigation = true|false` (default `true`): Setting to `false` will disable the navigation _Previous Post_/ _Next Post_
|
||||
|
||||
|
|
Loading…
Reference in a new issue