https://github.com/ninjasort/metalsmith-simple-pagination
Simple pagination for Metalsmith.
https://github.com/ninjasort/metalsmith-simple-pagination
Last synced: 3 months ago
JSON representation
Simple pagination for Metalsmith.
- Host: GitHub
- URL: https://github.com/ninjasort/metalsmith-simple-pagination
- Owner: ninjasort
- Created: 2016-08-24T03:14:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-25T00:50:51.000Z (over 8 years ago)
- Last Synced: 2024-12-27T23:13:16.896Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# metalsmith-simple-pagination
WIP...
### Installation
```
npm install metalsmith-simple-pagination --save
```### Usage
```js
m.use({
"itemsPerPage": 2,
"pattern": "blog/:index"
})
```