An Post Editor for the [Hexo blog engine](http://hexo.io). With inspiration from [hexo-admin](https://raw.githubusercontent.com/jaredly/hexo-admin) 

## Hexo Version

For 2.x, use version `0.3.0` of this plugin. Version `1.x` and beyond only
support Hexo v3.x.

# Quickstart
### 1. Setup hexo & create a blog
```sh
npm install -g hexo 
cd ~/my-personal-directory
hexo init my-blog
cd my-blog
npm install
```
### 2. Install the hexo-post-editor & start things up
Should install [hexo-pl](https://github.com/tyleryang/hexo-pl.git) first. `hexo-pl` is a 3rd party api platforms.
```sh
npm install --save hexo-pl hexo-post-editor
hexo server -d
open http://localhost:4000/editor
```

### 3. Contribute!
- let me know how it can be improved in the [github
  issues](https://github.com/tyleryang/hexo-post-editor/issues)
- [fork](https://github.com/tyleryang/hexo-post-editor) and pull-request
- Please use the `.editorconfig`, `.eslintrc` configurations in your editor to ensure proper formatting.

# Credits

built with ❤ by [Tyler Yang](http://tyleryang.com)
