add info to readme and example configs about mathjax
This commit is contained in:
parent
95a8df754c
commit
2a2d5bad50
3 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,7 @@ params:
|
|||
disableSummary: false
|
||||
copyCodeButton: true # true by default
|
||||
rssAsSocialIcon: true
|
||||
mathjax: false # https://www.mathjax.org/
|
||||
# utteranc.es support
|
||||
utterancesRepo: "" # mandatory
|
||||
utterancesTheme: "" # optional
|
||||
|
|
|
@ -20,6 +20,7 @@ readMore = false
|
|||
readNextPosts = 2
|
||||
copyCodeButton = true
|
||||
rssAsSocialIcon = true
|
||||
mathjax = false
|
||||
|
||||
# Graphcomment support
|
||||
graphcommentId = ""
|
||||
|
|
|
@ -22,6 +22,7 @@ readNextPosts = 2
|
|||
copyCodeButton = true
|
||||
rssAsSocialIcon = true
|
||||
locale = "en-us"
|
||||
mathjax = false
|
||||
|
||||
# Graphcomment support
|
||||
graphcommentId = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue