diff --git a/config.toml b/config.toml index 5d46f0a..7fddbcf 100644 --- a/config.toml +++ b/config.toml @@ -5,14 +5,16 @@ title = "L'Étoile de Bethléem" summaryLength = 22 assetDir = "assets" - minifyOutput = false +enableGitInfo = true [sitemap] changefreq = 'weekly' [params] dateFmt = "02.01.2006 15:04" +ISO8601 = "2006-01-02T15:04:05-07:00" + [params.contact] peertube = "https://peertube.iriseden.eu/c/etoiledebethleem/videos" email = "contact@etoiledebethleem.fr" @@ -20,6 +22,7 @@ dateFmt = "02.01.2006 15:04" 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" instagram = "https://www.instagram.com/etoiledebethleem/" @@ -28,13 +31,13 @@ dateFmt = "02.01.2006 15:04" mastodon = "https://attreno.fr/@etoiledebethleem" peertube = "https://peertube.iriseden.eu/c/etoiledebethleem/videos" -[params.defaultImage] -local = true -src = "images/logo_medium.png" + [params.defaultImage] + local = true + src = "images/logo_medium.png" -[params.defaultCoverImage] -local = true -src = "images/cover_1.jpg" + [params.defaultCoverImage] + local = true + src = "images/cover_1.jpg" [taxonomies] imtag = 'imtags' diff --git a/layouts/index.html b/layouts/index.html index 0b0581c..9fcec0f 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -6,7 +6,7 @@