init: first init

This commit is contained in:
darwincereska
2026-02-12 19:16:31 -05:00
commit 7d457b373d
33 changed files with 1403 additions and 0 deletions

7
.templui.json Normal file
View File

@@ -0,0 +1,7 @@
{
"componentsDir": "web/components",
"utilsDir": "web/utils",
"moduleName": "blog",
"jsDir": "web/static/js",
"jsPublicPath": "/web/static/js"
}