aboutsummaryrefslogtreecommitdiff
path: root/exampleSite
diff options
context:
space:
mode:
authorolOwOlo <26087907+olOwOlo@users.noreply.github.com>2018-01-31 22:19:44 +0800
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2018-01-31 22:19:44 +0800
commit7a5ee0ce2555bc1dca209ae903b86eb7b658cdb6 (patch)
treecdc1c1bd05fae32d76f0a702f2e249b5ae971286 /exampleSite
parent8c2030327fd534e2cdb267b76ac67c04de275e63 (diff)
refactor: `archive-paginate` rename to `archivePaginate`
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index cd33aed..cabab6b 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -52,7 +52,7 @@ copyright = "" # default: author.name ↓ # 默认为下面配
description = "Hugo theme even example site."
# paginate of archives, tags and categories # 归档、标签、分类每页显示的文章数目,建议修改为一个较大的值
- archive-paginate = 3
+ archivePaginate = 3
# The date format to use; for a list of valid formats, see https://gohugo.io/functions/format/
dateFormatToUse = "2006-01-02"