Init repo with first set of customisations

This commit is contained in:
Kars van Velzen 2025-07-19 14:53:28 +02:00
parent 22a596e865
commit 90709d56d4
28 changed files with 489 additions and 4 deletions

10
assets/jsconfig.json Normal file
View file

@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../themes/hugo-theme-stack/assets/*"
]
}
}
}