blog post workflow

Steps:

  1. generate new post: hexo new example
  2. activate hexo live server: hexo s and visit localhost:4000 in browser
  3. write article content in source/_posts/example.md, meanwhile check the content in browser
  4. remember to edit the title in example.md
  5. remember to insert <!--more--> where you want to show Read More button
  6. run npm run build in bash
  7. run hexo d to deploy changes

Wait few seconds and then check your new article on your blog.