feat: WIP cube
All checks were successful
/ test (push) Successful in 8s

This commit is contained in:
violette 2025-09-13 02:43:27 -04:00
parent cc29759cf8
commit 6fb0a4d3e2
6 changed files with 61 additions and 0 deletions

View file

@ -41,3 +41,12 @@ weight = 30
path = "github.com/KKKZOZ/hugo-admonitions"
[[module.imports]]
theme = "violette"
[[module.mounts]]
source = "gbaWasm/node_modules/@thenick775/mgba-wasm/dist"
target = "assets/js"
[[module.mounts]]
source = "gbaWasm/mgba.map.wasm"
target = "assets/js/mgba.map.wasm"
[[module.mounts]]
source = "gbaWasm/vi.gba"
target = "assets/js/vi.gba"