From f4cfdb71214584ac4e6c17a07f18e37b157a9107 Mon Sep 17 00:00:00 2001 From: varkai <49470347+varkai@users.noreply.github.com> Date: Tue, 23 Jun 2020 22:40:25 +0800 Subject: Update config.toml --- exampleSite/config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 7889798..fad29cd 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -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 @@ -71,4 +71,4 @@ pygmentscodefencesguesssyntax = true [markup] [markup.goldmark] [markup.goldmark.renderer] - unsafe = true \ No newline at end of file + unsafe = true -- cgit v1.2.3