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

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaform <shaform@gmail.com>2018-07-12 12:40:24 +0300
committerShaform <shaform@gmail.com>2018-07-13 09:10:19 +0300
commit7877f19b078b86bec75152d788d20bceaf221087 (patch)
treed7dc7cade40eeadbcbb6329415e4c2a0aaa06c41 /exampleSite
parentb9b45d27251c23772b0e5cf04d707f08a61f6595 (diff)
add basic language chooser on menu
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index d556a92..b89d9c5 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -82,6 +82,9 @@ defaultContentLanguage = "en" # Default language to use
# show word count and read time ? # 是否显示字数统计与阅读时间
moreMeta = true
+ # show language chooser in menu
+ showMenuLanguageChooser = true
+
# 一些全局开关,你也可以在每一篇内容的 front matter 中针对单篇内容关闭或开启某些功能,在 archetypes/default.md 查看更多信息。
# Some global options, you can also close or open something in front matter for a single post, see more information from `archetypes/default.md`.
toc = true # 是否开启目录