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
|
disableSummary: false
|
||||||
copyCodeButton: true # true by default
|
copyCodeButton: true # true by default
|
||||||
rssAsSocialIcon: true
|
rssAsSocialIcon: true
|
||||||
|
mathjax: false # https://www.mathjax.org/
|
||||||
# utteranc.es support
|
# utteranc.es support
|
||||||
utterancesRepo: "" # mandatory
|
utterancesRepo: "" # mandatory
|
||||||
utterancesTheme: "" # optional
|
utterancesTheme: "" # optional
|
||||||
|
|
|
@ -20,6 +20,7 @@ readMore = false
|
||||||
readNextPosts = 2
|
readNextPosts = 2
|
||||||
copyCodeButton = true
|
copyCodeButton = true
|
||||||
rssAsSocialIcon = true
|
rssAsSocialIcon = true
|
||||||
|
mathjax = false
|
||||||
|
|
||||||
# Graphcomment support
|
# Graphcomment support
|
||||||
graphcommentId = ""
|
graphcommentId = ""
|
||||||
|
|
|
@ -22,6 +22,7 @@ readNextPosts = 2
|
||||||
copyCodeButton = true
|
copyCodeButton = true
|
||||||
rssAsSocialIcon = true
|
rssAsSocialIcon = true
|
||||||
locale = "en-us"
|
locale = "en-us"
|
||||||
|
mathjax = false
|
||||||
|
|
||||||
# Graphcomment support
|
# Graphcomment support
|
||||||
graphcommentId = ""
|
graphcommentId = ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue