aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-10-01 14:32:43 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-10-01 14:32:43 +0200
commit9ccf652c00457e46eaf46fc4cb8f6d0ee582c5ef (patch)
treeb02c0a9a15de80acb3661163d469da41cd6aa8c3 /config.toml
downloadrfid-9ccf652c00457e46eaf46fc4cb8f6d0ee582c5ef.tar.gz
rfid-9ccf652c00457e46eaf46fc4cb8f6d0ee582c5ef.zip
Initial commit
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml59
1 files changed, 59 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..f21b99b
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,59 @@
+baseURL = "/"
+languageCode = "fr-fr"
+title = "Rencontres Francophones de l'Infonuagique Décentralisée"
+theme = "hugo-whisper-theme"
+
+pygmentsCodeFences = true
+pygmentsCodefencesGuessSyntax = true
+pygmentsUseClasses = true
+
+[module]
+ [module.hugoVersion]
+ extended = true
+ min = "0.55.0"
+
+# Controls how many words are printed in the content summary on the docs homepage.
+# See https://gohugo.io/content-management/summaries/
+summaryLength = 30
+
+[[menu.main]]
+ name = "Accueil"
+ url = "/"
+ weight = 1
+
+[[menu.main]]
+ name = "Programme"
+ url = "/programme/"
+ weight = 2
+
+[markup.goldmark.renderer]
+ unsafe = true
+
+[params]
+ mainSections = ['programme']
+ homepage_button_link = '/programme/'
+ homepage_button_text = 'Consulter le programme et les archives'
+ homepage_intro = 'Test'
+ homepage_image = '/images/fediverse.png'
+ homepage_creds = 'Illustration par Tobias Buckdahn (<a href="https://my.brick.camp/@tobias/102438886945107949">@tobias@my.brick.camp</a>) sous license CC BY-SA 4.0'
+
+ ## You can enable to add anchor links to header elements
+ # enable_anchor_link = true
+
+ [params.homepage_meta_tags]
+ meta_description = "Les Rencontres Francophones de l'Informatique Distribuées réunissent des internautes échangeant sur les enjeux techniques de la création d'un Internet plus décentralisé et éthique."
+ meta_og_title = "Rencontres Francophones de l'Informatique Distribuée"
+ meta_og_type = "website"
+ meta_og_url = "https://rfid.deuxfleurs.fr"
+ meta_og_image = ""
+ meta_og_description = "Venez discuter avec nous des enjeux techniques pour créer un Internet plus décentralisé et éthique"
+ meta_twitter_card = "summary"
+ meta_twitter_site = "@tgoldoin"
+ meta_twitter_creator = "@tgoldoin"
+
+ [params.logo]
+ mobile = "/images/logo-mobile.svg"
+ standard = "/images/logo.svg"
+
+[[deployment.targets]]
+ URL = "s3://rfid.deuxfleurs.fr?endpoint=garage.deuxfleurs.fr&s3ForcePathStyle=true&region=garage"