Matthieu Bessat
867bb99f5c
All checks were successful
Deploy workflow / deploy (push) Successful in 15s
19 lines
407 B
TOML
19 lines
407 B
TOML
baseURL = '/'
|
|
languageCode = 'fr'
|
|
defaultContentLanguage = 'fr'
|
|
assetDir = "assets"
|
|
summaryLength = 50
|
|
title = "Vélo et Mobilités en Eure-Madrie-Seine"
|
|
|
|
enableGitInfo = true
|
|
|
|
[params]
|
|
dateFmt = "2006-01-02 15:04"
|
|
ISO8601 = "2006-01-02T15:04:05-07:00"
|
|
[params.contact]
|
|
email = "contact@vmems.fr"
|
|
website = "https://vmems.fr"
|
|
mastodon = "https://masto.bike/@vmems"
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|