From ab7cdc5d3c20f03b1e22f4c201ba29af06d139cb Mon Sep 17 00:00:00 2001 From: "Sanjay T. Sharma" Date: Sun, 24 Sep 2017 17:56:55 +0100 Subject: feat: provide the facility to customize date format (#10) --- exampleSite/config.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'exampleSite/config.toml') 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 -- cgit v1.2.3