aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authorMisha Brukman <mbrukman@google.com>2019-09-03 09:42:29 -0400
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2019-09-03 21:42:29 +0800
commitfd1b8d7bc8dcb84d008486562732fbba6b12adad (patch)
treed86213dcd240f77b99008e62fc05426ac2e24d94 /exampleSite/config.toml
parentc05abed3e433280bdb6eb3b735d685426d58bd0d (diff)
docs(config.toml): fix spelling of "your" (#173)
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index ae99823..e6c5785 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -88,7 +88,7 @@ copyright = "" # default: author.name ↓ # 默认为下面配
mathjax = false # see https://www.mathjax.org/ # 是否使用mathjax(数学公式)
mathjaxEnableSingleDollar = false # 是否使用 $...$ 即可進行inline latex渲染
mathjaxEnableAutoNumber = false # 是否使用公式自动编号
- mathjaxUseLocalFiles = false # You should install mathjax in `yout-site/static/lib/mathjax`
+ mathjaxUseLocalFiles = false # You should install mathjax in `your-site/static/lib/mathjax`
postMetaInFooter = true # contain author, lastMod, markdown link, license # 包含作者,上次修改时间,markdown链接,许可信息
linkToMarkDown = false # Only effective when hugo will output .md files. # 链接到markdown原始文件(仅当允许hugo生成markdown文件时有效)