first commit

This commit is contained in:
Missdrop
2025-07-16 16:30:56 +00:00
commit 7ee33927cb
11326 changed files with 1230901 additions and 0 deletions

30
node_modules/hexo-generator-category/README.md generated vendored Normal file
View File

@@ -0,0 +1,30 @@
# hexo-generator-category
[![Build Status](https://github.com/hexojs/hexo-generator-category/workflows/Tester/badge.svg)](https://github.com/hexojs/hexo-generator-category/actions?query=workflow%3ATester)
[![NPM version](https://badge.fury.io/js/hexo-generator-category.svg)](https://www.npmjs.com/package/hexo-generator-category)
[![Coverage Status](https://img.shields.io/coveralls/hexojs/hexo-generator-category.svg)](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/