From 85428fbe0dec01b342b906f10e0bc14873c41f87 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 19 Jul 2025 21:59:07 +0200 Subject: [PATCH] highlighting --- hugo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hugo.toml b/hugo.toml index 739ff78..51ff13f 100644 --- a/hugo.toml +++ b/hugo.toml @@ -13,6 +13,11 @@ languageCode = "en-US" # Generate a nice robots.txt for SEO enableRobotsTXT = true +# highlighting +pygmentsstyle = "monokai" +pygmentscodefences = true +pygmentscodefencesguesssyntax = true + [params] # dark theme only mode = "dark"