Workflow

  • first you need new a markdown using hugo.
hugo new posts/new.md
  • after that, you can edit this markdown anyway.
  • change the status: draft to false.
  • then you can check the updated site by:
if you need to see with draft:
hugo server -D 
no draft:
hugo server
  • git add and commit then push.
  • see the new site using url:
https://shawrong.github.io

rong shuo