yann.verry.org/README.md
Yann Verry 66059c2852
All checks were successful
continuous-integration/drone/push Build is passing
typo
2022-11-20 18:29:41 +01:00

24 lines
395 B
Markdown

# yann.verry.org with hugo!
This website was build with the hugo amazing tool!
## Themes
This hugo website use `PaperMod`.
To do that use submodules
```
git pull --recurse-submodules
```
# Run
```bash
hugo
rsync -arvz --delete public/ peach.verry.org:/srv/www/yann/yann.verry.org/
```
# Drone
CI/CD was made by drone. Today the CI just ran a simple `hugo` to check if syntax is correct.