This blog is built with Hexo! This is the originally first post, automatically generated by Hexo. I modified it to a Quick Reference Handbook (QRH) for using this.
Quick Start
Create a new post
1 | $ hexo new "My New Post" |
More info: Writing
Clean cache
1 | $ hexo clean |
Generate static files
1 | $ hexo generate |
More info: Generating
Run server (local testing)
1 | $ hexo server |
More info: Server
Deploy to remote sites
1 | $ hexo deploy |
More info: Deployment