fix paginate → pagination.pagerSize
WARN deprecated: site config key paginate was deprecated in Hugo v0.128.0 and will be removed in a future release. Use pagination.pagerSize instead.
This commit is contained in:
parent
dec1169e35
commit
daa5ee3281
1 changed files with 4 additions and 1 deletions
|
@ -7,11 +7,13 @@ defaultContentLanguage = "en"
|
||||||
relativeURLs = false
|
relativeURLs = false
|
||||||
|
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
paginate = 10
|
|
||||||
summaryLength = 0
|
summaryLength = 0
|
||||||
|
|
||||||
ignoreFiles = [ "\\.temp$" ]
|
ignoreFiles = [ "\\.temp$" ]
|
||||||
|
|
||||||
|
[pagination]
|
||||||
|
pagerSize = 10
|
||||||
|
|
||||||
# [permalinks]
|
# [permalinks]
|
||||||
# #post = '/:sections[last]/:year-:month-:day-:slug/'
|
# #post = '/:sections[last]/:year-:month-:day-:slug/'
|
||||||
# posts = '/:sections[last]/:year-:month-:day-:slug/'
|
# posts = '/:sections[last]/:year-:month-:day-:slug/'
|
||||||
|
@ -102,3 +104,4 @@ section = [ "HTML", ]
|
||||||
page = [ "HTML" ]
|
page = [ "HTML" ]
|
||||||
taxonomy = [ "HTML" ]
|
taxonomy = [ "HTML" ]
|
||||||
#taxonomyTerm = [ "HTML" ]
|
#taxonomyTerm = [ "HTML" ]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue