forked from etoiledebethleem/website
34 lines
699 B
TOML
34 lines
699 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.defaultImage]
|
|
local = true
|
|
src = "cover/cover.jpg"
|
|
|
|
[taxonomies]
|
|
imtag = 'imtags'
|
|
|
|
# theme = "custom"
|
|
|
|
[markup]
|
|
[markup.goldmark]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|
|
|