add readme

main
Yann Verry 2022-04-24 16:05:00 +07:00
parent 79b935e5b0
commit 8a5593082d
Signed by: yann
GPG Key ID: EB9E679A66B8C7A1
1 changed files with 19 additions and 0 deletions

@ -0,0 +1,19 @@
# 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/
```