cd hugo-blog
go mod init
go get -v github.com/gohugoio/hugo
hugo new site . --force
hugo new about.md #创建一个about页面
hugo new post/first.md #创建一篇文
cd themes
git clone https://github.com/dillonzq/LoveIt.git LoveIt
git clone https://github.com/vaga/hugo-theme-m10c.git themes/m10c
hugo server --theme=m10c --buildDrafts --bind="0.0.0.0" #运行
hugo --theme=hyde --baseUrl="http://blog.mulinux.com/" #生成静态文件到public