]> danix's work - danix2-hugo-theme.git/commitdiff
fix: remove deprecated config and unsupported highlight parameters
authorDanilo M. <redacted>
Sun, 5 Apr 2026 06:34:44 +0000 (08:34 +0200)
committerDanilo M. <redacted>
Sun, 5 Apr 2026 06:34:44 +0000 (08:34 +0200)
hugo.toml

index b49f651de684927ae362c7860e24cd511f7fa119..c84f52bceed2e82a62c7b2abfb74a0b5129e84de 100644 (file)
--- a/hugo.toml
+++ b/hugo.toml
@@ -1,5 +1,4 @@
 baseURL = 'https://danix.xyz/'
-languageCode = 'en-US'
 title = 'danilo m.'
 locale = 'en-US'
 
@@ -13,11 +12,8 @@ locale = 'en-US'
   [markup.highlight]
     codeFences = true
     lineNos = false
-    guessSyntax = false
-    hl_Lines = ""
-    hl_inline = false
     tabWidth = 2
-    # Style: use 'monokai' as base and customize in CSS
+    # Style: monokai - customize colors in layout files and CSS
     style = 'monokai'
     noClasses = false
   [markup.tableOfContents]