A modified JS implementation of Wintersmith's paginator.coffee.
Requires wintersmith-contents
npm install wintersmith-contents --save
npm install wintersmith paginator
config.json
"plugins": [
"wintersmith-contents",
"wintersmith-paginator"
]
index.pug contains a sample post list and implementation of pagination using Bulma