Henry ZhangHenry ZhangHenry Zhang test

Install
npm install -g hexo
npm install

Create
hexo init
hexo generate
hexo server try it at (http://localhost:4000/)

Deploy
Edit _config.yml
hexo generate
hexo deploy

Create Post
hexo new “my new post”
hexo server try it at (http://localhost:4000/)
hexo deploy