add chasseur, cueilleur, parent

This commit is contained in:
Fabien Freling 2025-05-06 15:04:50 +02:00
parent 419390f692
commit 655db813be
2 changed files with 379 additions and 1 deletions

View file

@ -2,7 +2,7 @@ root := justfile_directory()
build := root / "build"
# Build static website
build: jj-slides
build:
tup build
clean: