1. open git bash
  2. cd to dir where note is.
  3. npm install
  4. hexo new post “title”
  5. hexo g ->generate html
  6. hexo s ->display at http://localhost:4000
  7. hexo d -> input username and password to deploy.