Skip to content

xizhibei/github-issues-to-hexo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github issues to hexo

Installation

Available from npm

npm install github-issues-to-blog -g

Usage

Get help:

github-issues-to-hexo --help

Convert your blog:

cd /path/to/hexo-blog-source/
github-issues-to-hexo -u github-username -r github-repo --since 2017-09-01

Using template:

cd /path/to/hexo-blog-source/

# init template
github-issues-to-hexo init your-template.md

# edit your template
vim your-template.md

# convert your blog
github-issues-to-hexo -u github-username -r github-repo -t your-template.md

You may want to take a look of my template for reference: template.md

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published