fix: deprecated paginate
This commit is contained in:
@ -2,10 +2,12 @@ baseURL = 'https://example.org/'
|
|||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'Chirpy'
|
title = 'Chirpy'
|
||||||
enableGitInfo = true
|
enableGitInfo = true
|
||||||
paginate = 5 # 每页显示的文章数量
|
|
||||||
|
[pagination]
|
||||||
|
pagerSize = 5
|
||||||
|
|
||||||
[outputs]
|
[outputs]
|
||||||
home = ["HTML", "RSS", "JSON"]
|
home = ["HTML", "RSS", "JSON"]
|
||||||
|
|
||||||
[markup.highlight]
|
[markup.highlight]
|
||||||
anchorLineNos = false
|
anchorLineNos = false
|
||||||
|
Reference in New Issue
Block a user