diff options
author | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2018-01-31 22:14:48 +0800 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2018-01-31 22:14:48 +0800 |
commit | 8c2030327fd534e2cdb267b76ac67c04de275e63 (patch) | |
tree | e130886adeef0ad7f99f3c8a920de7a0dd0f98c8 /exampleSite | |
parent | 259d3dec1ae78e617b76ebeecd357218702d3d30 (diff) |
refactor: remove deprecated `bootcdn` param
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index bfb229c..cd33aed 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -65,7 +65,6 @@ copyright = "" # default: author.name ↓ # 默认为下面配 toc = true # 是否开启目录 autoCollapseToc = false # Auto expand and collapse toc # 目录自动展开/折叠 fancybox = true # see https://github.com/fancyapps/fancybox # 是否启用fancybox(图片可点击) - bootcdn = false # In china. @Deprecated: use [params.publicCDN] # 是否使用bootcdn(@Deprecated: 请使用[params.publicCDN]) mathjax = false # see https://www.mathjax.org/ # 是否使用mathjax(数学公式) mathjaxEnableSingleDollar = false # 是否使用 $...$ 即可進行inline latex渲染 linkToMarkDown = false # if you config contentCopyright and hugo output .md files. # 是否在链接到markdown原始文件(如果你配置了下面的许可协议并允许hugo生成markdown文件) |