github-issues-to-hexo
v1.1.1
Published
Convert github issues blog to hexo blog
Downloads
6
Readme
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