0.0.3 • Published 8 years ago

hexo-post-editor v0.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

An Post Editor for the Hexo blog engine. With inspiration from 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

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 first. hexo-pl is a 3rd party api platforms.

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
  • fork and pull-request
  • Please use the .editorconfig, .eslintrc configurations in your editor to ensure proper formatting.

Credits

built with ❤ by Tyler Yang