summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorJoseph Elliott Hand <jhand@hawaii.edu>2026-07-20 19:39:40 -1000
committerJoseph Elliott Hand <jhand@hawaii.edu>2026-07-20 19:39:40 -1000
commit4bd6e1ee6aac058eaae081ce9a7b31295a19eab1 (patch)
tree6f492861f887d0986692bf2fde09e1bc2d214dc3 /hugo.toml
parent449bfa0b8e72b296f8b7b0dd83ee40fce46df710 (diff)
downloadjosephhand.space-4bd6e1ee6aac058eaae081ce9a7b31295a19eab1.tar.gz
Improve code block rendering
Signed-off-by: Joseph Elliott Hand <jhand@hawaii.edu>
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml
index d3cc003..e821679 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -2,6 +2,10 @@ baseURL = 'https://josephhand.space/'
languageCode = 'en-us'
title = 'Joseph Hand'
+[markup]
+ [markup.highlight]
+ style = "pygments"
+
[menus]
[[menus.nav]]
name = 'code'