summaryrefslogtreecommitdiff
path: root/themes/cranky
diff options
context:
space:
mode:
Diffstat (limited to 'themes/cranky')
-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