Add first version of the website
This commit is contained in:
commit
aa4d24b7d6
22 changed files with 1125 additions and 0 deletions
13
devbox.json
Normal file
13
devbox.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue