Yann Verry website https://yann.verry.org
Go to file
Yann Verry 66059c2852
All checks were successful
continuous-integration/drone/push Build is passing
typo
2022-11-20 18:29:41 +01:00
archetypes first commit 2022-04-24 14:21:15 +02:00
content commit old stuff 2022-09-16 13:32:33 +02:00
layouts/partials add plausible js 2022-04-25 21:08:44 +02:00
static major rework 2022-04-24 16:03:30 +02:00
themes/PaperMod add recursive 2022-10-25 22:21:18 +02:00
yann.verry.org@2b840e017b add recursive 2022-10-25 22:21:18 +02:00
.drone.yml fix target 2022-10-26 23:37:43 +02:00
.gitignore remove themes dir in gitignore 2022-10-25 22:16:37 +02:00
.gitmodules first commit 2022-04-24 14:21:15 +02:00
config.yaml add plausible js 2022-04-25 21:08:44 +02:00
README.md typo 2022-11-20 18:29:41 +01: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

hugo
rsync -arvz --delete public/ peach.verry.org:/srv/www/yann/yann.verry.org/

Drone

CI/CD was made by drone. Today the CI just ran a simple hugo to check if syntax is correct.