diff options
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index b6c06e9..f98d300 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -51,6 +51,9 @@ copyright = "" # default: author.name ↓ # 默认为下面配 # paginate of archives, tags and categories # 归档、标签、分类每页显示的文章数目 archive-paginate = 3 + + # The date format to use; for a list of valid formats, see https://gohugo.io/functions/format/ + dateFormatToUse = "2006-01-02" # show word count and read time ? # 是否显示字数统计与阅读时间 moreMeta = false |