summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-08-09 16:19:01 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2024-08-09 16:19:01 -0400
commitbbb672551ad690bd601ec60acce0a84208efba12 (patch)
tree94a33a57a26801e93857dde662bb5af95ae15ab3 /hugo.toml
parent35f450a8e9eedcde831b1df61797725a2c8562ee (diff)
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml
index a35b660..f0e5361 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -2,3 +2,6 @@ baseURL = 'https://dev.chausse.xyz/'
languageCode = 'en-us'
title = 'Chausse Benjamin'
theme = 'cranky'
+[markup.highlight]
+ style='onedark'
+ tabWidth=2