everblog

1.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i everblog

Weekly Downloads

4

Version

1.1.0

License

MIT

Last publish

Collaborators

  • nswbmw