https://github.com/hexojs/hexo-generator-tag
Tag generator plugin for Hexo.
https://github.com/hexojs/hexo-generator-tag
hexo hexo-plugin
Last synced: 6 months ago
JSON representation
Tag generator plugin for Hexo.
- Host: GitHub
- URL: https://github.com/hexojs/hexo-generator-tag
- Owner: hexojs
- License: mit
- Created: 2014-12-25T10:11:09.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T21:59:53.000Z (over 1 year ago)
- Last Synced: 2025-06-08T16:09:47.167Z (7 months ago)
- Topics: hexo, hexo-plugin
- Language: JavaScript
- Homepage:
- Size: 57.6 KB
- Stars: 33
- Watchers: 12
- Forks: 13
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hexo-generator-tag
[](https://github.com/hexojs/hexo-generator-tag/actions?query=workflow%3ATester)
[](https://www.npmjs.com/package/hexo-generator-tag)
[](https://coveralls.io/r/hexojs/hexo-generator-tag?branch=master)
Tag generator for [Hexo].
## Installation
``` bash
$ npm install hexo-generator-tag --save
```
## Options
``` yaml
tag_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)
- **enable_index_page**: Generate a `/[config.tag_dir]/index.html` page.
- Support following template layout: `tag-index`, `tag`, `archive`, `index`
## License
MIT
[Hexo]: https://hexo.io/