Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 308 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 308 Bytes

Learn Scalability

gohugo.io cheatsheet

  1. hugo new post/<name-of-post>.md - add a new draft blog post.
  2. hugo undraft post<name-of-post>.md
  3. hugo server --bind=0.0.0.0 --baseURL=http://vm:1313/ - compile and start a static http server in development.
  4. hugo - produces the static content