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:
authorChen Xianmin <xianmin12@gmail.com>2022-10-17 01:28:20 +0300
committerChen Xianmin <xianmin12@gmail.com>2022-10-17 01:28:20 +0300
commit7bb41658ef63db1b308289b78d617ee596d98ef7 (patch)
tree6fe3fd31eb4f0503769d60319cdf13d6b4cc8e6f /dev-config.toml
parentfd6ed71eaa87896c6988e26b464431bbf119b6bb (diff)
refactor: post meta
Diffstat (limited to 'dev-config.toml')
-rw-r--r--dev-config.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-config.toml b/dev-config.toml
index fc582e5..612d881 100644
--- a/dev-config.toml
+++ b/dev-config.toml
@@ -94,8 +94,9 @@ defaultContentLanguage = "en" # Default language to use (if you setup multiling
url = "https://gohugo.io"
-[author] # essential # 必需
- name = "xianmin"
+[author]
+ name = "Jane" # essential # 必需
+ url = "/about" # optional # 可选
[sitemap] # essential # 必需
changefreq = "weekly"
@@ -125,7 +126,7 @@ defaultContentLanguage = "en" # Default language to use (if you setup multiling
dateFormatToUse = "2006-01-02"
# show word count and read time ? # 是否显示字数统计与阅读时间
- moreMeta = true
+ moreMeta = false
# show language chooser in menu
showMenuLanguageChooser = true