bigblase.xyz/hugo.toml
violette 655dff28a6
Some checks failed
/ test (push) Failing after 8s
added tattoo post + admonitions anotations
2025-02-27 17:54:57 -05:00

43 lines
832 B
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"