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

github.com/reuixiy/hugo-theme-meme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreuixiy <reuixiy@gmail.com>2019-12-17 14:27:52 +0300
committerreuixiy <reuixiy@gmail.com>2019-12-17 14:27:52 +0300
commit12a326b41ead8371fb8bc7aa96f532fad4137820 (patch)
tree3974f16a15e6b4d7b7c12cb5bcf83f076c9f6368 /config-examples/zh-cn
parentd04efe736d8b01188cd21826032d4baf13df84e2 (diff)
feat: vertical bar structure for minimal footer
Previously, a structure like `life | tech` in minimal footer will only be applied when there are only 2 sections or categories. After this commit, you can enable this feature with the new `enableVerticalBarStructure` option in config.toml, no matter how many sections or categories you have! But note that it displays all *top-level* sections or categories. See #35
Diffstat (limited to 'config-examples/zh-cn')
-rw-r--r--config-examples/zh-cn/config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config-examples/zh-cn/config.toml b/config-examples/zh-cn/config.toml
index a307ee2..e04a398 100644
--- a/config-examples/zh-cn/config.toml
+++ b/config-examples/zh-cn/config.toml
@@ -1013,6 +1013,10 @@ uglyURLs = false
# 是否开启
enableMinimalFooter = false
+ enableVerticalBarStructure = false
+ # 说明:如果开启此项,显示在右边的部类或分区
+ # 将会包含全部的第一级部类或分区,并且
+ # 以竖线(|)分隔开来。
# 是否开启关于页面的极简页脚
enableAboutPageMinimalFooter = false