aboutsummaryrefslogtreecommitdiff
path: root/exampleSite
diff options
context:
space:
mode:
authorolOwOlo <26087907+olOwOlo@users.noreply.github.com>2018-06-01 00:36:52 +0800
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2018-06-01 00:36:52 +0800
commit2c7773b9cb39c1c1005915771f765654981fbb96 (patch)
treef3019f318679725d9bc2ad5157af462a95a0ffc8 /exampleSite
parent6766e09744896fec27c3c49895defa78f2a2aede (diff)
feat(config): configure to show archive count
Close #46
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 3c11c58..ebe80e4 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -56,6 +56,9 @@ copyright = "" # default: author.name ↓ # 默认为下面配
# paginate of archives, tags and categories # 归档、标签、分类每页显示的文章数目,建议修改为一个较大的值
archivePaginate = 5
+ # show 'xx Posts In Total' in archive page ? # 是否在归档页显示文章的总数
+ showArchiveCount = false
+
# The date format to use; for a list of valid formats, see https://gohugo.io/functions/format/
dateFormatToUse = "2006-01-02"