Initial commit

This commit is contained in:
Abner Coimbre
2026-01-09 20:14:03 -08:00
commit 45813344a0
117 changed files with 23130 additions and 0 deletions

11
assets/jsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../themes/hugo-mod-jslibs-dist/popperjs/package/dist/cjs/*",
"../themes/twbs/bootstrap/js/*"
]
}
}
}