Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/varkai/hugo-theme-zozo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml27
1 files changed, 15 insertions, 12 deletions
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