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.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index d94f8ac..779c0e0 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -11,6 +11,9 @@ enableEmoji = true
[author] # essential # 必需
name = "Zeuk"
+[blackfriday]
+ smartypants = false
+
[[menu.main]] # config your menu 配置菜单
name = "首页"
weight = 10
@@ -33,11 +36,14 @@ enableEmoji = true
url = "/about/"
[params]
- subTitle = "the site subtitle" # 网站二级标题
+ subTitle = "the site subtitle" # 网站二级标题
footerSlogan = "我的精神家园" # 网站页脚标语
keywords = ["Hugo", "theme","zozo"] # 网站关键字
description = "Hugo theme zozo example site." # 网站描述
+ # mathjax
+ mathjax = true # 是否使用mathjax(数学公式)
+
# Valine.
# You can get your appid and appkey from https://leancloud.cn
# more info please open https://valine.js.org