https://github.com/cromarmot/hexo-bin-pagination
hexo binary pagination (Use 1,2,4,8,16... instead of 1,2,3,4,5...)
https://github.com/cromarmot/hexo-bin-pagination
hexo pagination
Last synced: 2 months ago
JSON representation
hexo binary pagination (Use 1,2,4,8,16... instead of 1,2,3,4,5...)
- Host: GitHub
- URL: https://github.com/cromarmot/hexo-bin-pagination
- Owner: CroMarmot
- License: mit
- Created: 2021-03-12T10:27:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T11:44:08.000Z (over 2 years ago)
- Last Synced: 2025-03-01T20:46:31.628Z (3 months ago)
- Topics: hexo, pagination
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/hexo-bin-pagination
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hexo-bin-pagination
[](https://travis-ci.org/cromarmot/hexo-bin-pagination)
[](https://www.npmjs.com/package/hexo-bin-pagination)
[](https://coveralls.io/r/CroMarmot/hexo-bin-pagination?branch=master)Binary Pagination utilities for [Hexo] generator plugins.
Based on [official pagination](https://github.com/hexojs/hexo/blob/2acded631448f36fafa9ac8d80bb9fcb73f74bb1/lib/plugins/helper/paginator.js)
This plugin will replace the default `helper.paginator`.
## Installation
``` bash
$ npm install hexo-bin-pagination --save
```
## refInspired by [atcoder.jp](https://atcoder.jp) and [pornhub.com](https://pornhub.com) 's pagination.
### atcoder.jp

### pornhub.com

## License
MIT
[Hexo]: http://hexo.io/