Skip to content

Eraph/rakhama.com

Repository files navigation

Rakhama.com

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 }}

About

My website! It's built on Hugo using my own theme, hugo-theme-mako.

Resources

Stars

Watchers

Forks

Contributors