download hugo
link
https://github.com/gohugoio/hugo
https://github.com/gohugoio/hugo/releases/tag/v0.81.0
windows download link
hugo_0.81.0_Windows-64bit.zip
https://github.com/gohugoio/hugo/releases/download/v0.81.0/hugo_0.81.0_Windows-64bit.zip
download and unzip, change the environment path to this folder.
hugo themes
chose one theme, and make a folder themes
under the new site and copy theme into it, there are sample site content in the theme.
you can copy it out and remember change the name of theme same as the folder in themes.
hugo new site testsite.com
hugo server
use, hugo command to generate public folder html files, then you can use these files in nginx server make it run.