From af22a4822ce64cc9eb10d05d5490de72ecc415d9 Mon Sep 17 00:00:00 2001 From: panda-z Date: Sun, 15 Apr 2018 23:43:31 +0800 Subject: feat: add auto number for mathjax (#53) --- exampleSite/config.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index cefeead..3b0bb13 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -68,6 +68,7 @@ copyright = "" # default: author.name ↓ # 默认为下面配 fancybox = true # see https://github.com/fancyapps/fancybox # 是否启用fancybox(图片可点击) mathjax = false # see https://www.mathjax.org/ # 是否使用mathjax(数学公式) mathjaxEnableSingleDollar = false # 是否使用 $...$ 即可進行inline latex渲染 + mathjaxEnableAutoNumber = false # 是否使用公式自动编号 postMetaInFooter = true # contain author, lastMod, markdown link, license # 包含作者,上次修改时间,markdown链接,许可信息 linkToMarkDown = false # Only effective when hugo will output .md files. # 链接到markdown原始文件(仅当允许hugo生成markdown文件时有效) -- cgit v1.2.3