From 50a672d46fe1e252bb369ca2d0ae4eb1adf3a015 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sun, 5 Apr 2026 08:34:44 +0200 Subject: fix: remove deprecated config and unsupported highlight parameters --- hugo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml index b49f651..c84f52b 100644 --- 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] -- cgit v1.2.3