Set Up Blog Set Up 如何使用hugo创建blog 如何使用hugo创建blog Hugo安装 1 2 brew install hugo hugo version 创建Blog 1 hugo new site blog theme安装 1 2 cd blog git submodule add https://github.com/CaiJimmy/hugo-theme-stack/ themes/hugo-theme-stack 配置 1 2 mv hugo.toml hugo.toml.bak cp ./themes/hugo-theme-stack/exampleSite/hugo.yaml hugo.yaml Post 参考/themes/hugo-theme-stack/exampleSite/content/post 创建 Test 1 hugo server