Open siygle opened 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.
Is that possible to provide the pagination? (btw, thanks for this awesome project :))