add paginator

This commit is contained in:
geekifan
2025-04-23 15:33:28 +08:00
parent 887972088a
commit 7f26f327fb
3 changed files with 81 additions and 3 deletions

View File

@ -2,6 +2,7 @@ baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'Chirpy'
enableGitInfo = true
paginate = 5 # 每页显示的文章数量
[taxonomies]
category = "categories"