From 48746c973cd76bc617baaf741f436e1d4a78d3bf Mon Sep 17 00:00:00 2001 From: Lucas Rufkahr Date: Mon, 2 Mar 2026 14:36:40 -0600 Subject: [PATCH] update style of codeblocks --- hugo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hugo.toml b/hugo.toml index a1daff7..35462bd 100644 --- a/hugo.toml +++ b/hugo.toml @@ -4,3 +4,6 @@ title = 'My New Hugo Site' [taxonomies] tag = 'tags' chapterno = 'chapterno' +[markup] + [markup.highlight] + style = 'gruvbox-light'