hugo.toml: set syntax highlighting style to gruvbox

This commit is contained in:
revsuine 2024-12-26 15:49:13 +00:00
parent e3dfeab2a4
commit 08945c14c7
Signed by: revsuine
GPG key ID: 3F257B68F5BC9339

View file

@ -17,6 +17,8 @@ theme = 'terminal'
ordered = true
# start by listing h1s
startLevel = 1
[markup.highlight]
style = 'gruvbox'
[markup.goldmark]
[markup.goldmark.extensions]
[markup.goldmark.extensions.extras]