hexo-post-editor

0.0.3 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    2
    • latest
  • 0.0.2
    0
    • canary

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    2
  • 0.0.2
    0
  • 0.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i hexo-post-editor

Weekly Downloads

2

Version

0.0.3

License

ISC

Last publish

Collaborators

  • tyleryang