An Post Editor for the Hexo blog engine. With inspiration from hexo-admin
For 2.x, use version 0.3.0
of this plugin. Version 1.x
and beyond only
support Hexo v3.x.
npm install -g hexo
cd ~/my-personal-directory
hexo init my-blog
cd my-blog
npm install
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
- 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.
built with ❤ by Tyler Yang