1.1.0 • Published 6 years ago

everblog v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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

1.1.0

6 years ago

1.0.0

6 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago