Tag: Hugo
sudo port install hugo
hugo new site demo
cd demo git init git submodule add https://github.com/budparr/gohugo-theme-ananke.git themes/ananke echo 'theme = "ananke"' >> config.toml
hugo new post/my-first-post.md
hugo server -D