First version

This commit is contained in:
Pascal Le Merrer 2025-12-13 16:16:45 +01:00
commit f6501517d5
54 changed files with 3455 additions and 0 deletions

13
devbox.json Normal file
View file

@ -0,0 +1,13 @@
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json",
"packages": ["python313Packages.pip@latest"],
"shell": {
"init_hook": [
". venv/bin/activate.fish" ],
"scripts": {
"preview": [
"pelican -r -l"
]
}
}
}