first commit

This commit is contained in:
Ubuntu
2025-08-21 09:42:37 +00:00
commit af31415d8d
103 changed files with 5661 additions and 0 deletions

10
assets/jsconfig.json Normal file
View File

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