From 1774b7ac85b14bf330da6a23a0ccef5ef6999d9a Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 4 Mar 2025 00:22:21 -0800 Subject: [PATCH] Use github highlight style for feeds --- exampleSite/hugo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml index 0eb79cf8..b1dc927f 100644 --- a/exampleSite/hugo.toml +++ b/exampleSite/hugo.toml @@ -19,6 +19,7 @@ unsafe = true [markup.highlight] noclasses = false +style = "github" [markup.tableofcontents] endlevel = 6