My personal website https://verry.org
Find a file
2026-02-21 14:23:10 +01:00
archetypes initial 2020-11-11 14:01:19 +01:00
assets/images update image path 2026-01-18 15:16:02 +01:00
content update image path 2026-01-18 15:16:02 +01:00
layouts/partials update image path 2026-01-18 15:16:02 +01:00
resources/_gen/assets/sass/sass initial 2020-11-11 14:01:19 +01:00
static add config autodiscover 2026-01-05 23:44:27 +01:00
themes update image path 2026-01-18 15:16:02 +01:00
.gitignore add submodule theme 2021-02-27 14:53:20 +01:00
.gitmodules use own submodules 2022-04-03 22:51:41 +02:00
config.toml update image path 2026-01-18 15:16:02 +01:00
README.md add minify and pre-compress 2026-02-21 14:23:10 +01:00

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

hugo --minify
for i in $(find public -type f  \( -iname \*.js -o -iname \*.css -o -iname \*.html \) );do zstd -f --ultra -k $i ; gzip -f -9 -k $i ; brotli -f -k $i;done
rsync -arvz --delete public/ peach.verry.org:/srv/www/yann/verry.org/