Hugo cheat-sheet
Note
Useful information that users should know, when using hugo.
Bind server to specific IP
hugo server --bind 172.20.150.182 --baseURL http://172.20.150.182Create new post
hugo new knowledge-base/infra/your-post-title.mdLast updated on