Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 4 hours 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T11:44:08.000Z (almost 2 years ago)
- Last Synced: 2025-01-06T02:18:48.145Z (26 days 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
[![Build Status](https://travis-ci.org/cromarmot/hexo-bin-pagination.svg?branch=master)](https://travis-ci.org/cromarmot/hexo-bin-pagination)
[![NPM version](https://badge.fury.io/js/hexo-bin-pagination.svg)](https://www.npmjs.com/package/hexo-bin-pagination)
[![Coverage Status](https://img.shields.io/coveralls/CroMarmot/hexo-bin-pagination.svg)](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
![atcoder.jp pagination](./img/atcoder.png)
### pornhub.com
![pornhub.com pagination](./img/pornhub.jpg)
## License
MIT
[Hexo]: http://hexo.io/