EverBlog = write blogs in your evernote.
$ npm install -g https://github.com/JNhua/everblog.git$ vim ~/.everblogrclike this:
token: xxx
noteStoreUrl: 'xxx'
serviceHost: app.yinxiang.com
sandbox: false
Open evernote:
- create a new notebook named
myblog - write some notes with tag
published
Then:
$ DEBUG=* everblog startFinally push your github-pages.
Tips:
token and noteStoreUrl get from:
npm testsee https://dev.evernote.com/doc/articles/error_handling.php.
MIT