Hugo教程

安装

brew install hugo

生成站点

hugo new site blog

添加主题

git submodule add https://github.com/luizdepra/hugo-coder.git themes/hugo-coder

示例

github