An admin UI for the Hexo blog engine. Based off of the Ghost interface, with inspiration from svbtle and prose.io.
npm install -g hexo
cd ~/
hexo init my-blog
cd my-blog
npm install
npm install --save hexo-admin-plugin
hexo server -d
open http://localhost:4000/admin/
The UI should be pretty discoverable -- let me know if you can't find something.
- let me know how it can be improved in the github issues
- fork and pull-request
built with ❤ by Jared Forsyth (@jaredforsyth) using react, browserify, and less.