Skip to content

Latest commit

 

History

History
81 lines (56 loc) · 1.99 KB

README.md

File metadata and controls

81 lines (56 loc) · 1.99 KB

EverBlog

NPM version Build status Dependency Status License Downloads

EverBlog = write blogs in your evernote.

How to use

$ npm i everblog -g
$ everblog config
$ git clone https://github.com/everblogjs/everblog-theme-spa
$ cd everblog-theme-spa && npm i

Open evernote:

1. create a new notebook named `myblog`
2. create a new note named `_config.yml`
3. write some notes with tags

Then:

$ DEBUG=* everblog start

Finally push your github-pages.

Tips:

token and noteStoreUrl get from:

Adaptors

Themes

Roadmap

  • Ghost adaptor
  • Jekyll adaptor
  • Angular adaptor
  • React adaptor
  • ...

Test

npm test

Error Handling

see https://dev.evernote.com/doc/articles/error_handling.php.

License

MIT