Update code highlight theme in exampleSite to base16-snazzy

This commit is contained in:
Alex Shpak
2025-09-26 23:57:57 +02:00
parent 88a7b84c71
commit 7960aa3672
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -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
+2
View File
@@ -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