From 7960aa367276b3e3d9f79f8ea117716d689eabd8 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Fri, 26 Sep 2025 23:57:57 +0200 Subject: [PATCH] Update code highlight theme in exampleSite to base16-snazzy --- exampleSite/hugo.toml | 3 +++ exampleSite/hugo.yaml | 2 ++ 2 files changed, 5 insertions(+) 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