安装gohugo并使用主题

安装gohugo并使用主题 mac下安装 brew install hugo 创建博客工程 hugo new site mysite 创建一篇文章 cd mysite hugo new posts/first.md 安装主题 cd ../themes git clone https://github.com/dillonzq/LoveIt.git 启动调试服务 hugo serve 访问: http://localhost:1313 ,发现一遍空