Add HTML email generator

This commit is contained in:
Pascal Le Merrer 2025-12-26 22:25:22 +01:00
parent 35b999c8c6
commit f1864d8841
14 changed files with 1748 additions and 16 deletions

View file

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