Post #1858816
2025-04-29 00:57 UTC
@chriskirknielsen hey, great article!
have you seen pagebreak? I use it for double pagination (11ty's built-in pagination + pagebreak)
it's FOSS, really solid, and maintained by @cloudcannon
https://github.com/CloudCannon/pagebreak
I love tools that run after generation, SSG-agnostic. I'm going down that road for my new plugins
Replies (1)
-
@chriskirknielsen@front-end.social 2025-04-29 16:26
@lexoyo Thanks for reading! I had not heard of pagebreak, it does look pretty powerful, thanks for sharing! I admit I prefer having my pagination being generated during my build so the context is the same, not after, so I don't think it's the right tool for me, but I'm glad there are options like this one out there!