hugo-relie/README.md
Melora Hugues f7627ba6ea Init hugo server
This commit inits a new Hugo repository with a default draft article,
but without a theme yet
2023-06-19 16:41:29 +02:00

17 lines
No EOL
170 B
Markdown

# hugo-relie
Personal blog using Hugo
## Commands
Start the server in dev mode with drafts
```
hugo server -D
```
Publish the server in production mode
```
hugo
```