Skip to content

Hugo commands

Generate hugo for localhost

hugo --cleanDestinationDir
hugo server --disableFastRender

Generate hugo for remote host

hugo --cleanDestinationDir 
hugo --baseURL "https://www.your-web-site.com"