2022-04-24 14:05:00 +00:00
|
|
|
# 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/
|
2022-10-25 21:57:04 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
# Drone
|
|
|
|
|
2022-11-13 15:23:30 +00:00
|
|
|
CI/CD was made by drone. Today the CI just ran a simple `hugo` to check if syntax is correct
|