Hugo使用手册

Jun 30, 2021  

hugo博客搭建手册

  • 创建新博文

    hugo new post/name.md
    
  • 本地启动预览

    hugo server -t angels-ladder(theme) -D -w
    
  • 远程部署

    hugo --theme=angels-ladder --baseUrl="http://zjtomoon.github.io/"