Hugo Commands
My Commonly-Used Hugo Commands
| Command | Description |
|---|---|
| hugo new post/my-post.md | Create a new post |
| hugo server | Start hugo server |
| hugo server -D | Start hugo server and include draft posts |
| hugo | Build site for publishing |
| Command | Description |
|---|---|
| hugo new post/my-post.md | Create a new post |
| hugo server | Start hugo server |
| hugo server -D | Start hugo server and include draft posts |
| hugo | Build site for publishing |