feat(pagination): add blog pagination component (#725)

* feat(pagination): add blog pagination component

- Introduced a new blog pagination component for improved navigation on list pages.
- Updated the blog list layout to utilize pagination, allowing for better content organization.
- Added a new parameter for pagination size in the configuration file.

* chore: increase pager size for blog
This commit is contained in:
Xin
2025-07-24 22:26:17 +01:00
committed by GitHub
parent 7b27743159
commit 46290e10e7
8 changed files with 57 additions and 1 deletions

View File

@@ -170,6 +170,8 @@ params:
# date | lastmod | publishDate | title | weight
sortBy: date
sortOrder: desc # or "asc"
# Pagination
pagerSize: 20
article:
displayPagination: true

View File

@@ -440,6 +440,7 @@
"hx:max-w-[min(calc(100vw-2rem),calc(100%+20rem))]",
"hx:max-w-none",
"hx:max-xl:hidden",
"hx:mb-1",
"hx:mb-10",
"hx:mb-12",
"hx:mb-16",