hugo-relie/README.md
Melora Hugues da4ea18310
All checks were successful
ci/woodpecker/push/test Pipeline was successful
Replace drone by woodpecker
2024-05-26 20:56:26 +02:00

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
```