使用hugo搭建个人博客
hugo 命令 创建一篇新博客 1 hugo new post/xxx.md 本地运行 hugo server 1 hugo server --buildDrafts --watch 部署 1 hugo --baseUrl="http://eagowang.github.io"
hugo 命令 创建一篇新博客 1 hugo new post/xxx.md 本地运行 hugo server 1 hugo server --buildDrafts --watch 部署 1 hugo --baseUrl="http://eagowang.github.io"