Template-based static site generator. Uses modules, components, and themes. Some subcommands such as
serverhave their own usage documentation. More information: https://gohugo.io.
hugo new site {{path/to/site}}
hugo new theme {{theme_name}}
hugo new {{section_name}}/{{page_name}}
./public/ directory:hugo
hugo {{[-D|--buildDrafts]}}
hugo server --bind {{local_ip}} --baseURL {{http://local_ip}}
hugo {{[-d|--destination]}} {{path/to/destination}}
hugo server