First version

This commit is contained in:
Florian RICHER 2024-10-05 19:30:50 +02:00
commit f1b96af3f2
28 changed files with 1303 additions and 0 deletions

10
assets/jsconfig.json Normal file
View file

@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../../../../../../../home/florian/.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/!cai!jimmy/hugo-theme-stack/v3@v3.27.0/assets/*"
]
}
}
}