From f7eb2aadd387652dde1c3d8bc68dc09f0345d9a0 Mon Sep 17 00:00:00 2001 From: imzeuk Date: Fri, 19 Apr 2019 09:32:49 +0800 Subject: modify any --- exampleSite/config.toml | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 0eb011a..f2d4cd1 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,20 +1,21 @@ baseURL = "https://example.com" languageCode = "zh-cn" defaultContentLanguage = "zh-cn" -title = "无尽光芒" # 网站标题 +title = "无尽光芒" # site title # 网站标题 theme = "zozo" -hasCJKLanguage = true # has chinese/japanese/korean ? # 自动检测是否包含 中文\日文\韩文 +hasCJKLanguage = true # has chinese/japanese/korean ? # 自动检测是否包含 中文\日文\韩文 summaryLength = 100 -paginate = 4 # 首页显示文章数量 +paginate = 4 # shows the number of articles # 首页显示文章数量 enableEmoji = true +googleAnalytics = "" # your google analytics id -[author] # essential # 必需 +[author] # essential # 必需 name = "Zeuk" [blackfriday] smartypants = false -[[menu.main]] # config your menu 配置菜单 +[[menu.main]] # config your menu # 配置菜单 name = "首页" weight = 10 identifier = "home" @@ -36,16 +37,18 @@ enableEmoji = true url = "/about/" [params] - subTitle = "the site subtitle" # 网站二级标题 - footerSlogan = "我的精神家园" # 网站页脚标语 - keywords = ["Hugo", "theme","zozo"] # 网站关键字 - description = "Hugo theme zozo example site." # 网站描述 + subTitle = "the site subtitle" # site's subTitle # 网站二级标题 + footerSlogan = "我的精神家园" # site's footer slogan # 网站页脚标语 + keywords = ["Hugo", "theme","zozo"] # site's keywords # 网站关键字 + description = "Hugo theme zozo example site." # site's description # 网站描述 - # mathjax - mathjax = true # 是否使用mathjax(数学公式) +# mathjax + enableMathJax = true # enable mathjax # 是否使用mathjax(数学公式) - summaryDisplay = true # 是否显示文章摘要 + enableSummary = true # display the article summary # 是否显示文章摘要 + enableGoogleAnalytics = true # enable google analytics # 谷歌统计 + # Valine. # You can get your appid and appkey from https://leancloud.cn # more info please open https://valine.js.org -- cgit v1.2.3