From 6c017186b223750f0cd40622b7bdf48127179627 Mon Sep 17 00:00:00 2001 From: varkai <49470347+varkai@users.noreply.github.com> Date: Mon, 10 May 2021 16:01:28 +0800 Subject: Update config.toml --- exampleSite/config.toml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index fad29cd..99aa21e 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,26 +1,26 @@ baseURL = "http://localhost:1313/" languageCode = "en" defaultContentLanguage = "en" -title = "ZO ZO" # site title # 网站标题 +title = "ZO ZO" # site title # 网站标题 theme = "zozo" hasCJKLanguage = true # has chinese/japanese/korean ? # 自动检测是否包含 中文\日文\韩文 summaryLength = 100 -paginate = 4 # shows the number of articles # 首页显示文章数量 +paginate = 4 # shows the number of articles # 首页显示文章数量 enableEmoji = true -googleAnalytics = "" # your google analytics id -disqusShortname = "" # your discuss shortname +googleAnalytics = "" # your google analytics id # Google统计代码 +disqusShortname = "" # your discuss shortname # Disqus评论系统代码 pygmentsUseClasses = true pygmentCodeFences = true pygmentscodefencesguesssyntax = true -[author] # essential # 必需 +[author] # essential # 必需 name = "VarKai" [blackfriday] smartypants = false -[[menu.main]] # config your menu # 配置菜单 +[[menu.main]] # config your menu # 配置菜单 name = "Home" weight = 10 identifier = "home" @@ -42,11 +42,11 @@ pygmentscodefencesguesssyntax = true url = "/about/" [params] - subTitle = "the site subtitle" # site's subTitle # 网站二级标题 - footerSlogan = "My spiritual home" # site's footer slogan # 网站页脚标语 - keywords = ["Hugo","theme","zozo"] # site's keywords # 网站关键字 - description = "Hugo theme zozo example site." # site's description # 网站描述 - enableMathJax = true # enable mathjax # 是否使用mathjax(数学公式) + subTitle = "the site subtitle" # site's subTitle # 网站二级标题 + footerSlogan = "My spiritual home" # site's footer slogan # 网站页脚标语 + 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","post"] @@ -61,6 +61,7 @@ pygmentscodefencesguesssyntax = true visitor = true # Your socail's url +# 社交地址配置 [social] github = " " twitter = " " -- cgit v1.2.3