1.0.0 • Published 8 years ago

metalsmith-better-pagination v1.0.0

Weekly downloads
6
License
-
Repository
github
Last release
8 years ago

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!