hugo-relie/README.md
Melora Hugues f71da536fd
All checks were successful
continuous-integration/drone/push Build is passing
Add build status
2023-06-26 23:12:06 +02:00

19 lines
No EOL
301 B
Markdown

# hugo-relie
[![Build Status](https://drone.faercol.me/api/badges/faercol/hugo-relie/status.svg)](https://drone.faercol.me/faercol/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
```