Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Chucheng <ccwangchn@gmail.com>2020-11-21 18:59:46 +0300
committerWang Chucheng <ccwangchn@gmail.com>2020-11-21 18:59:46 +0300
commitb346260f352021a98e9596b2e2c404c25c5887bd (patch)
tree8b2be8a472d4648d90c57b1093198a8916ad744f /exampleSite
parent1fc544b7cd8c578f4fc9daf810e42761b7a1e8c5 (diff)
feat: KaTeX support
Closes #9
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config/_default/params.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml
index 93543cb..2dec32e 100644
--- a/exampleSite/config/_default/params.toml
+++ b/exampleSite/config/_default/params.toml
@@ -22,6 +22,15 @@ publisherLogo = ""
imgLeft = "images/hero-left.jpg"
imgRight = "images/hero-right.jpg"
+[math]
+ handler = "katex"
+
+ # [math.katex]
+ # # Browse https://katex.org/docs/options.html to see the options available.
+ # # You can list the key and value you want as below.
+ # displayMode = ""
+ # output = ""
+
[comment]
# Options: disqus and commento.
platform = ""