mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-06 16:33:37 +00:00
15 lines
184 B
Markdown
15 lines
184 B
Markdown
## Start Server
|
|
```sh
|
|
hugo server --disableFastRender -D #D to include drafts
|
|
```
|
|
|
|
## New Post
|
|
```sh
|
|
hugo new content directory/name.md
|
|
```
|
|
|
|
## Generate Site to Publish
|
|
```sh
|
|
hugo
|
|
```
|