summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-02-15 12:27:20 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2024-02-15 12:27:20 -0500
commit4c380d5291e49c687b2ce90974b58b975d131c3b (patch)
treed535c2d80bdf930c08fa471c7a32333627485d51 /hugo.toml
parent4ad767fcc40b13427d5b09060814d047f0eabc5a (diff)
Implement mathjax and continue guitar hero
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/hugo.toml b/hugo.toml
index 75e79e1..a35b660 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -2,8 +2,3 @@ baseURL = 'https://dev.chausse.xyz/'
languageCode = 'en-us'
title = 'Chausse Benjamin'
theme = 'cranky'
-[markup]
- [markup.highlight]
- style='onedark'
- lineNos = true
- tabWidth=2