metalsmith-better-pagination
v1.0.0
Published
The only pagination plugin for metalsmith you'll need
Downloads
3
Maintainers
Readme
metalsmith-better-pagination
Metalsmith just needs better pagination.
Installation
npm install metalsmith-better-pagination
Usage
See this metalsmith plugin for an exhaustive list of options and usage notes.
Troubleshooting
Sometimes computing the page numbers is difficult. My suggestion is to start from page 1, and then increment by 1 each time (e.g. the next page would be 2, then 3, and so on). See this issue for more details about the complicated mathematics involved. These plugins exist so you won't have to work hard lol!