vmems-website/hugo.toml

20 lines
407 B
TOML
Raw Permalink Normal View History

2023-10-28 08:20:52 +00:00
baseURL = '/'
languageCode = 'fr'
defaultContentLanguage = 'fr'
assetDir = "assets"
summaryLength = 50
title = "Vélo et Mobilités en Eure-Madrie-Seine"
2024-08-31 17:57:10 +00:00
enableGitInfo = true
2023-10-28 08:20:52 +00:00
[params]
dateFmt = "2006-01-02 15:04"
2024-09-03 21:59:29 +00:00
ISO8601 = "2006-01-02T15:04:05-07:00"
[params.contact]
email = "contact@vmems.fr"
website = "https://vmems.fr"
2024-09-24 09:15:29 +00:00
mastodon = "https://masto.bike/@vmems"
2023-10-28 08:20:52 +00:00
[markup.goldmark.renderer]
unsafe = true