From bbb672551ad690bd601ec60acce0a84208efba12 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Fri, 9 Aug 2024 16:19:01 -0400 Subject: Update --- themes/cranky/config.toml | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) (limited to 'themes/cranky') 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 -- cgit v1.2.3