verry.org/README.md

19 lines
283 B
Markdown
Raw Permalink Normal View History

2021-02-27 14:00:11 +00:00
# verry.org with hugo!
This website was build with the hugo amazing tool!
2022-04-03 20:26:09 +00:00
## Themes
This hugo website use `hugo-scroll`.
To do that use submodules
```
git pull --recurse-submodules
```
2021-02-27 14:00:11 +00:00
# Run
```bash
hugo
rsync -arvz --delete public/ peach.verry.org:/srv/www/yann/verry.org/
```