Hugo Reference and Cheatsheet
Some switches :
$ hugo server -h
| Switch | Meaning |
|---|---|
| -d | destination for content |
| -D | build drafts |
| -s | source string |
| -w | watch file system |
To create a new post :
$ hugo new post post/something-here.md
s
$ hugo server -h
| Switch | Meaning |
|---|---|
| -d | destination for content |
| -D | build drafts |
| -s | source string |
| -w | watch file system |
$ hugo new post post/something-here.md
Weekly posts about Java Functional Reactive Programming, Phoenix, Elixir, and DevOps.