Skip to content

Latest commit

 

History

History
81 lines (53 loc) · 1.89 KB

README.md

File metadata and controls

81 lines (53 loc) · 1.89 KB

EverBlog

Write blogs in your evernote.

NPM version Build status Dependency Status License Downloads

How to use

1. Install everblog:

$ npm i everblog -g
$ vim ~/.everblogrc

  token: xxx,
  noteStoreUrl: xxx,
  notebook: myblog

2. Clone theme, like `everblog-theme-spa`:

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

3. Open evernote:

- create a new notebook named `myblog`
- create a new note named `_config.yml`, add some configs, like: `title`, `description`
- create some notes

4. Start everblog:

$ DEBUG=* everblog start

Tips:

token and noteStoreUrl get from:

Clean Mode

$ DEBUG=* everblog start --clean

clean mode will remove inline style, only effective on evernote rich text.

Adaptors

Themes

Roadmap

  • Ghost adaptor
  • Jekyll adaptor
  • ...

Test

$ npm test

License

MIT