bigblase.xyz/hugo.toml
violette 6fb0a4d3e2
All checks were successful
/ test (push) Successful in 8s
feat: WIP cube
2025-09-13 02:44:07 -04:00

52 lines
1.1 KiB
TOML

baseURL = 'https://violette.town'
title = "Vi's cozy corner"
theme = "violette"
[languages]
[languages.fr]
contentDir = 'content/fr'
disabled = false
languageCode = 'fr-FR'
languageDirection = 'ltr'
languageName = 'Français'
title = 'Le jardin de violette'
[languages.en]
contentDir = 'content/en'
disabled = false
languageCode = 'en-US'
languageDirection = 'ltr'
languageName = 'English'
title = "Vi's cozy corner"
[[menus.main]]
name = 'Home'
identifier = 'Home'
pageRef = '/'
weight = 10
[[menus.main]]
name = 'Posts'
identifier = 'Posts'
pageRef = '/posts'
weight = 20
[[menus.main]]
name = 'Tags'
identifier = 'Tags'
pageRef = '/tags'
weight = 30
[module]
[[module.imports]]
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"