choco install hugo -confirm
hugo new site blog
cd blog
git submodule add https://github.com/huyb1991/hugo-lamp themes/hugo-lamp
git submodule update --init --recursive
theme = "hugo-lamp"
hugo server -D
Using starter theme
git submodule add https://github.com/jimfrenette/hugo-starter.git themes/starter
hugo new posts/my-first-post.md
See: https://blog.headforcloud.com/2018/12/11/hugo-devops-deploy/