An open API service indexing awesome lists of open source software.

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.

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"
})
```