hugo-relie/README.md
Melora Hugues 6758ea14b6
All checks were successful
ci/woodpecker/push/test Pipeline was successful
Replace drone by woodpecker
2024-05-26 21:14:15 +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
```