https://github.com/hexojs/hexo-generator-category
Category generator plugin for Hexo.
https://github.com/hexojs/hexo-generator-category
hexo hexo-plugin
Last synced: 6 months ago
JSON representation
Category generator plugin for Hexo.
- Host: GitHub
- URL: https://github.com/hexojs/hexo-generator-category
- Owner: hexojs
- License: mit
- Created: 2014-12-25T10:11:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T19:24:41.000Z (over 1 year ago)
- Last Synced: 2025-06-09T02:51:29.985Z (7 months ago)
- Topics: hexo, hexo-plugin
- Language: JavaScript
- Homepage:
- Size: 51.8 KB
- Stars: 28
- Watchers: 13
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hexo-generator-category
[](https://github.com/hexojs/hexo-generator-category/actions?query=workflow%3ATester)
[](https://www.npmjs.com/package/hexo-generator-category)
[](https://coveralls.io/r/hexojs/hexo-generator-category?branch=master)
Category generator for [Hexo].
## Installation
``` bash
$ npm install hexo-generator-category --save
```
## Options
``` yaml
category_generator:
per_page: 10
order_by: -date
```
- **per_page**: Posts displayed per page. (0 = disable pagination)
- **order_by**: Posts order. (Order by date descending by default)
## License
MIT
[Hexo]: https://hexo.io/