djyde / sairin

Generate a blog from GitHub Issue
https://blog.sairinjs.com
199 stars 11 forks source link

Pagination #11

Open siygle opened 2 years ago

siygle commented 2 years ago

Is that possible to provide the pagination? (btw, thanks for this awesome project :))

djyde commented 2 years ago

Currently I don't have a very good idea to implement pagination. Because Sairin generates the site as a static site. There is no server side call. If we implement pagination, it can only be a "fake pagination" —— we fetch all pages in build time and paginate on the client side.