alexandrutopliceanu.ro
gohugo.io cheatsheet
hugo new post/<name-of-post>.md
- add a new draft blog post.hugo undraft post<name-of-post>.md
hugo server --bind=0.0.0.0 --baseURL=http://vm:1313/
- compile and start a static http server in development.hugo
- produces the static content