Installing hugo.
Install Hugo
After finished installing chocolatey, just simply open up powershell, and type
choco install hugo -confirm
Then install hugo extended, type
choco install hugo-extended -confirm
And done.
Check Hugo version and Uninstall Hugo
Two simple command.
Check version
hugo version
Uninstall hugo
choco uninstall hugo