Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/promonkeyli/hexo-create-issues
a hexo plugin designed to automatically create github issues when create new post.
https://github.com/promonkeyli/hexo-create-issues
gitalk hexo hexo-plugin
Last synced: 8 days ago
JSON representation
a hexo plugin designed to automatically create github issues when create new post.
- Host: GitHub
- URL: https://github.com/promonkeyli/hexo-create-issues
- Owner: promonkeyli
- License: mit
- Created: 2024-06-22T15:15:34.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-23T14:49:13.000Z (5 months ago)
- Last Synced: 2024-11-01T17:21:18.781Z (14 days ago)
- Topics: gitalk, hexo, hexo-plugin
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
###
hexo-create-issues: A Hexo plugin
###A Hexo plugin designed to automatically create github issues when create new post.
---
##### install
```she
npm i hexo-create-issues
```##### setup
* hexo‘s `_config.yml` file add config
```shel
plugins:
- hexo-create-issuesgitalk_create_issues:
token: XXX # github token
username: XXX # github user
repo: XXX # reposity name
```* example
```shell
plugins:
- hexo-create-issuesgitalk_create_issues:
token: qwqwdscfdvrbjndjfkbndcsxdvdv
username: promonkeyli
repo: promonkeyli.github.io
```