19 lines
283 B
Markdown
19 lines
283 B
Markdown
# verry.org with hugo!
|
|
|
|
This website was build with the hugo amazing tool!
|
|
|
|
## Themes
|
|
|
|
This hugo website use `hugo-scroll`.
|
|
To do that use submodules
|
|
|
|
```
|
|
git pull --recurse-submodules
|
|
```
|
|
|
|
# Run
|
|
|
|
```bash
|
|
hugo
|
|
rsync -arvz --delete public/ peach.verry.org:/srv/www/yann/verry.org/
|
|
``` |