Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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-issues

gitalk_create_issues:
token: XXX # github token
username: XXX # github user
repo: XXX # reposity name
```

* example

```shell
plugins:
- hexo-create-issues

gitalk_create_issues:
token: qwqwdscfdvrbjndjfkbndcsxdvdv
username: promonkeyli
repo: promonkeyli.github.io
```