Add HTML email generator
This commit is contained in:
parent
35b999c8c6
commit
f1864d8841
14 changed files with 1748 additions and 16 deletions
14
devbox.json
14
devbox.json
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue