Quickstart
1. Setup hexo & create a blog
npm install -g hexocd ~/hexo init my-blogcd my-blognpm install
2. Install the admin & start things up
npm install --save hexo-adminhexo server -dopen http://localhost:4000/admin/
3. Profit!
The UI should be pretty discoverable — let me know if you can’t find something.
4. Contribute!
- let me know how it can be improved in the github issues
- fork and pull-request
Credits
built with ❤ by Jared Forsyth (@jaredforsyth) using react, browserify, and less.