1. hugo new post/标题名.md
  2. 推荐用markdown编辑
  3. 编辑完成在根目录输入hugo命令生成最终页面 > hugo –theme=主题名 –baseUrl=“http://github用户名.github.io/"
  4. 这个hugo命令之后(md格式变成html),所以的静态页面都会生成到public目录下,如何把这个目录push到github,blog仓库中。这样就完成了