use nord theme for syntax highlighting

This commit is contained in:
Bryton Hall 2022-08-28 23:51:24 -04:00
parent 1c45d6c2b7
commit 935915ca2d

View file

@ -2,6 +2,9 @@ title = "kubenix"
theme = "hugo-book"
baseURL = "https://kubenix.org/"
[markup.highlight]
style = "nord"
[params]
BookLogo = "logo.svg"
BookRepo = "https://github.com/hall/kubenix"