Skip to content

a hexo plugin designed to automatically create github issues when create new post.

License

Notifications You must be signed in to change notification settings

promonkeyli/hexo-create-issues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo-create-issues: A Hexo plugin

A Hexo plugin designed to automatically create github issues when create new post.


install
npm i hexo-create-issues
setup
  • hexo‘s _config.yml file add config
plugins:
  - hexo-create-issues

gitalk_create_issues:
  token: XXX # github token
  username: XXX # github user
  repo: XXX # reposity name
  • example
plugins:
  - hexo-create-issues

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

About

a hexo plugin designed to automatically create github issues when create new post.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published