hugo-relie/README.md

20 lines
300 B
Markdown
Raw Normal View History

2023-06-18 20:24:27 +00:00
# hugo-relie
2024-05-26 18:14:50 +00:00
[![status-badge](https://ci-server.internal.faercol.me/api/badges/1/status.svg)](https://ci-server.internal.faercol.me/repos/1)
2023-06-26 20:54:59 +00:00
Personal blog using Hugo
## Commands
Start the server in dev mode with drafts
```
hugo server -D
```
Publish the server in production mode
2024-05-26 18:14:50 +00:00
```
hugo
```