From 662e193f87c1d4a093752ae83ebdcb4337e8bde3 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 19 Jul 2025 19:59:29 +0200 Subject: [PATCH] avoid light theme for the code stuff --- hugo.toml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hugo.toml b/hugo.toml index b1dec99..89c5bc6 100644 --- a/hugo.toml +++ b/hugo.toml @@ -46,12 +46,3 @@ ignoreErrors = ["error-disable-taxonomy"] # for details. An example TOML config that uses [ISO # 8601](https://en.wikipedia.org/wiki/ISO_8601) format: dateFormat = "2006-01-02" - -# Configure markup highlighter to match "Bearblog" aesthetics, see -# https://gohugo.io/configuration/markup/#highlight -[markup] - [markup.highlight] - style = 'friendly' - lineNos = true - lineNumbersInTable = false - codeFences = true