1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2025-08-24 12:42:20 +00:00

Changed hugo theme

This commit is contained in:
J. Fernando Sánchez
2025-02-14 14:02:48 +01:00
parent 875f13472d
commit cff78c7e76
165 changed files with 558 additions and 20352 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/!cai!jimmy/hugo-theme-stack/v3@v3.30.0/assets/*"
]
}
}
}