summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-02-10 10:04:14 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2024-02-10 10:04:14 -0500
commit8bd3be35bccd742bfa91793851443724d279824e (patch)
tree59861a1b592f8edfabefc55b30b3d18374174a35 /hugo.toml
parent5d58e8018c549c3b59c498eadbfcdb6955d02d70 (diff)
Update project structure + new shortcodes
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml
index 8f35eae..75e79e1 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -5,3 +5,5 @@ theme = 'cranky'
[markup]
[markup.highlight]
style='onedark'
+ lineNos = true
+ tabWidth=2