summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
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'