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.toml17
1 files changed, 9 insertions, 8 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 86add8c..792d320 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,7 +1,7 @@
baseURL = "http://localhost:1313/"
-languageCode = "zh-cn"
-defaultContentLanguage = "zh-cn"
-title = "无尽光芒" # site title # 网站标题
+languageCode = "en"
+defaultContentLanguage = "en"
+title = "ZOZO" # site title # 网站标题
theme = "zozo"
hasCJKLanguage = true # has chinese/japanese/korean ? # 自动检测是否包含 中文\日文\韩文
summaryLength = 100
@@ -21,33 +21,34 @@ pygmentscodefencesguesssyntax = true
smartypants = false
[[menu.main]] # config your menu # 配置菜单
- name = "首页"
+ name = "Home"
weight = 10
identifier = "home"
url = "/"
[[menu.main]]
- name = "归档"
+ name = "Archive"
weight = 20
identifier = "archive"
url = "/posts/"
[[menu.main]]
- name = "标签"
+ name = "Tags"
weight = 30
identifier = "tags"
url = "/tags/"
[[menu.main]]
- name = "关于"
+ name = "About"
weight = 40
identifier = "about"
url = "/about/"
[params]
subTitle = "the site subtitle" # site's subTitle # 网站二级标题
- footerSlogan = "我的精神家园" # site's footer slogan # 网站页脚标语
+ 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"]
# Valine.
# You can get your appid and appkey from https://leancloud.cn