added decoupled custom module, started mathallo theme, not tested yet

This commit is contained in:
2025-12-02 11:20:31 +01:00
parent 2e5260fed6
commit b328d0a8b7
21 changed files with 2252 additions and 216 deletions

View File

@@ -0,0 +1,20 @@
# Main theme library.
global:
js:
assets/dist/main.js: {}
# assets/js/main.js: {}
css:
theme:
assets/dist/main.css: {}
# assets/scss/main.css: {}
vitehmr:
js:
http://localhost:5173/@vite/client:
type: external
attributes:
type: module
http://localhost:5173/assets/js/main.js:
type: external
attributes:
type: module