HugoCommands

To create a new web page directly under a section, use the following command.

hugo new tech/hugoCommands.md

To compile the website, use the command.

hugo

To run a local server

hugo server –disableFastRender

To compile for production

hugo –config hugo.toml

Related
Linux · Commands