23 lines
579 B
TOML
23 lines
579 B
TOML
baseURL = '/'
|
|
languageCode = 'fr'
|
|
defaultContentLanguage = 'fr'
|
|
assetDir = "assets"
|
|
summaryLength = 50
|
|
title = "Vélo et Mobilités en Eure-Madrie-Seine"
|
|
|
|
[params]
|
|
dateFmt = "2006-01-02 15:04"
|
|
[params.contact]
|
|
email = "contact@vmems.fr"
|
|
website = "https://vmems.fr"
|
|
# helloasso = ""
|
|
# helloasso_adhesion = ""
|
|
# paper_adhesion = "https://static.vmems.fr/"
|
|
# [params.socials]
|
|
# facebook = "https://www.facebook.com/groups/bethleemaubevoye"
|
|
# youtube = "https://www.youtube.com/@letoiledebethleem9895"
|
|
|
|
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|