hugo.toml: set syntax highlighting style to gruvbox
This commit is contained in:
parent
e3dfeab2a4
commit
08945c14c7
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ theme = 'terminal'
|
||||||
ordered = true
|
ordered = true
|
||||||
# start by listing h1s
|
# start by listing h1s
|
||||||
startLevel = 1
|
startLevel = 1
|
||||||
|
[markup.highlight]
|
||||||
|
style = 'gruvbox'
|
||||||
[markup.goldmark]
|
[markup.goldmark]
|
||||||
[markup.goldmark.extensions]
|
[markup.goldmark.extensions]
|
||||||
[markup.goldmark.extensions.extras]
|
[markup.goldmark.extensions.extras]
|
||||||
|
|
Loading…
Reference in a new issue