19 lines
No EOL
299 B
Markdown
19 lines
No EOL
299 B
Markdown
# hugo-relie
|
|
|
|
[![status-badge](https://ci-server.internal.faercol.me/api/badges/1/status.svg)](https://ci-server.internal.faercol.me/repos/1)
|
|
|
|
Personal blog using Hugo
|
|
|
|
## Commands
|
|
|
|
Start the server in dev mode with drafts
|
|
|
|
```
|
|
hugo server -D
|
|
```
|
|
|
|
Publish the server in production mode
|
|
|
|
```
|
|
hugo
|
|
``` |