website/config.toml

31 lines
475 B
TOML
Raw Permalink Normal View History

2022-09-28 20:49:59 +00:00
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"
2022-10-14 18:56:56 +00:00
[params.defaultImage]
local = true
src = "cover/cover.jpg"
2022-09-28 21:43:45 +00:00
[taxonomies]
2022-09-28 22:29:47 +00:00
imtag = 'imtags'
2022-09-28 21:43:45 +00:00
2022-09-28 20:49:59 +00:00
# theme = "custom"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
2022-09-28 20:49:59 +00:00