diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml index d837f4d..169ed1b 100644 --- a/exampleSite/hugo.toml +++ b/exampleSite/hugo.toml @@ -18,6 +18,9 @@ enableGitInfo = true [markup.tableOfContents] startLevel = 1 +[markup.highlight] + style = 'base16-snazzy' + # Multi-lingual mode config # There are different options to translate files # See https://gohugo.io/content-management/multilingual/#translation-by-filename diff --git a/exampleSite/hugo.yaml b/exampleSite/hugo.yaml index 00d79a4..9044a90 100644 --- a/exampleSite/hugo.yaml +++ b/exampleSite/hugo.yaml @@ -17,6 +17,8 @@ markup: unsafe: true tableOfContents: startLevel: 1 + highlight: + style: base16-snazzy # Multi-lingual mode config # There are different options to translate files