Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
Create a new post
$ hexo new "My New Post"
Create a new draft and publish
$ hexo new draft "My New Draft"
$ hexo publish draft "My New Draft"
Run server or draft server
$ hexo server / hexo s
$ hexo server --draft
Generate static files
$ hexo generate / hexo g
Clean static files
$ hexo clean
Deploy to remote sites
$ hexo deploy / hexo d