fix: deprecated paginate

This commit is contained in:
geekifan
2025-04-26 12:42:15 +08:00
parent 7399c4f7a1
commit 572efb9a12

View File

@ -2,7 +2,9 @@ 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"]