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