From 08945c14c76c4575faaa385f500e24486b32cc88 Mon Sep 17 00:00:00 2001 From: revsuine Date: Thu, 26 Dec 2024 15:49:13 +0000 Subject: [PATCH] hugo.toml: set syntax highlighting style to gruvbox --- hugo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hugo.toml b/hugo.toml index 8e97826..5eddc9d 100644 --- a/hugo.toml +++ b/hugo.toml @@ -17,6 +17,8 @@ theme = 'terminal' ordered = true # start by listing h1s startLevel = 1 + [markup.highlight] + style = 'gruvbox' [markup.goldmark] [markup.goldmark.extensions] [markup.goldmark.extensions.extras]