Hugo Blog 简易发布:

  • hugo new posts/xxxx.md
  • hugo server(本地测试)
  • git add .
  • git commit -m “xxx”
  • git push origin