Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 725 Bytes

Readme.md

File metadata and controls

43 lines (29 loc) · 725 Bytes

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