Skip to content

Commit

Permalink
Update config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
varkai authored Jun 23, 2020
1 parent 80482d1 commit f4cfdb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ pygmentscodefencesguesssyntax = true
[params]
subTitle = "the site subtitle" # site's subTitle # 网站二级标题
footerSlogan = "My spiritual home" # site's footer slogan # 网站页脚标语
keywords = ["Hugo", "theme","zozo"] # site's keywords # 网站关键字
keywords = ["Hugo","theme","zozo"] # site's keywords # 网站关键字
description = "Hugo theme zozo example site." # site's description # 网站描述
enableMathJax = true # enable mathjax # 是否使用mathjax(数学公式)
enableSummary = true # display the article summary # 是否显示文章摘要
mainSections = ["posts"]
mainSections = ["posts","post"]

# Valine.
# You can get your appid and appkey from https://leancloud.cn
Expand All @@ -71,4 +71,4 @@ pygmentscodefencesguesssyntax = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
unsafe = true

0 comments on commit f4cfdb7

Please sign in to comment.