44 lines
1.2 KiB
TOML
44 lines
1.2 KiB
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.contact]
|
|
email = "contact@etoiledebethleem.fr"
|
|
website = "https://etoiledebethleem.fr"
|
|
helloasso = "https://www.helloasso.com/associations/l-etoile-de-bethleem-association-des-amis-de-la-chapelle-de-bethleem-d-aubevoye/"
|
|
helloasso_adhesion = "https://www.helloasso.com/associations/l-etoile-de-bethleem-association-des-amis-de-la-chapelle-de-bethleem-d-aubevoye/adhesions/2023-2024"
|
|
paper_adhesion = "https://static.etoiledebethleem.fr/docs/adhesion_papier_2023-2024_v3.pdf"
|
|
[params.socials]
|
|
facebook = "https://www.facebook.com/groups/bethleemaubevoye"
|
|
youtube = "https://www.youtube.com/@letoiledebethleem9895"
|
|
|
|
[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
|
|
|
|
|