website/config.toml

39 lines
777 B
TOML

baseURL = '/'
languageCode = 'fr'
defaultContentLanguage = 'fr'
title = "L'Étoile de Bethléem"
summaryLength = 50
# THIS IS UNACCEPTALBE, I REALLY THOUGH THIS WAS THE DEFAULT IN HUGO!!
assetDir = "assets"
[sitemap]
changefreq = 'weekly'
[params]
dateFmt = "02.01.2006 15:04"
[params.socials]
facebook = "https://www.facebook.com/groups/bethleemaubevoye"
twitter = "https://www.helloasso.com/associations/l-etoile-de-bethleem-association-des-amis-de-la-chapelle-de-bethleem-d-aubevoye/"
[params.defaultLogoImage]
local = true
src = "images/default_logo.png"
[params.defaultCoverImage]
local = true
src = "cover/cover.jpg"
[taxonomies]
imtag = 'imtags'
# theme = "custom"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true