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:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.toml b/config.toml
index c2787ee..fe858b6 100644
--- a/config.toml
+++ b/config.toml
@@ -1,12 +1,13 @@
baseURL = "http://en.xianmin.org/hugo-theme-jane/"
-defaultContentLanguage = "zh-CN"
title = "Jane - A simple theme for Hugo"
enableRobotsTXT = true
enableEmoji = true
# theme = "jane"
+# language support # en / zh-cn / other...
+defaultContentLanguage = "en"
[Languages.en]
- languageCode = "en" # language to use # 使用中文改成 zh.CN
+ languageCode = "en"
hasCJKLanguage = true # has chinese/japanese/korean ? # 自动检测是否包含 中文\日文\韩文
paginate = 5 # 首页每页显示的文章数