Rakhama.com Hugo Create new post hugo new posts/<post-name>/index.md Create new page hugo new pages/<page-name>/index.md Compile hugo --cleanDestinationDir Watch hugo -w --cleanDestinationDir Compile with drafts hugo -D --cleanDestinationDir Watch with drafts hugo -Dw --cleanDestinationDir Debug {{ range .Pages }} {{ printf "%#v" . }} {{ end }}