summaryrefslogtreecommitdiff
path: root/themes
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 /themes
parent35f450a8e9eedcde831b1df61797725a2c8562ee (diff)
Diffstat (limited to 'themes')
-rw-r--r--themes/cranky/config.toml20
1 files changed, 7 insertions, 13 deletions
diff --git a/themes/cranky/config.toml b/themes/cranky/config.toml
index db48f1f..e268b78 100644
--- a/themes/cranky/config.toml
+++ b/themes/cranky/config.toml
@@ -2,18 +2,12 @@ title = "Website Name"
baseURL = 'https://example.org'
languageCode = 'en-us'
-[markup]
- [markup.highlight]
- style='onedark'
- lineNos = true
- tabWidth=2
- [markup.goldmark]
- [markup.goldmark.extensions]
- [markup.goldmark.extensions.passthrough]
- enable = true
- [markup.goldmark.extensions.passthrough.delimiters]
- block = [['\\[', '\\]']]
- inline = [['$$', '$$']]
+[markup.goldmark.extensions]
+ [markup.goldmark.extensions.passthrough]
+ enable = true
+ [markup.goldmark.extensions.passthrough.delimiters]
+ block = [['\\[', '\\]']]
+ inline = [['$$', '$$']]
[params]
# "relatedtext" is the text that appears above the tag list at the bottom of pages.
@@ -29,5 +23,5 @@ languageCode = 'en-us'
taglist = true
showrss = true
- #enable math by default
+ #enable mathjax by default
math = true