This commit is contained in:
Phil Bajsicki 2024-09-26 11:11:01 +02:00
commit 44c7c7299a
86 changed files with 6719 additions and 0 deletions

10
assets/jsconfig.json Normal file
View file

@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/kaiiiz/hugo-theme-monochrome@v3.1.0+incompatible/assets/*"
]
}
}
}