forked from AXUL/axul-site
70 lines
1.5 KiB
TOML
70 lines
1.5 KiB
TOML
title = "AXUL"
|
|
baseURL = "https://axul.org"
|
|
languageCode = "fr-FR"
|
|
theme = "ananke"
|
|
|
|
defaultContentLanguage = "fr"
|
|
# SectionPagesMenu = "main"
|
|
enableRobotsTXT = true
|
|
|
|
[services.googleAnalytics]
|
|
id = ''
|
|
|
|
[pagination]
|
|
pagerSize = 30
|
|
|
|
[sitemap]
|
|
changefreq = "monthly"
|
|
priority = 0.5
|
|
filename = "sitemap.xml"
|
|
|
|
[menus]
|
|
[[menus.main]]
|
|
name = "Qui sommes-nous ?"
|
|
url = "/qui-sommes-nous/"
|
|
weight = 1
|
|
[[menus.main]]
|
|
name = "Prochaines activités"
|
|
url = "https://www.agendadulibre.org/events?tag=axul"
|
|
weight = 2
|
|
[[menus.main]]
|
|
name = "Blog"
|
|
url = "/blog/"
|
|
weight = 3
|
|
[[menus.main]]
|
|
name = "Guides"
|
|
url = "/guides/"
|
|
weight = 4
|
|
[[menus.main]]
|
|
name = "Nous contacter"
|
|
url = "/nous-contacter/"
|
|
weight = 5
|
|
[[menus.main]]
|
|
name = "Soutenez-nous"
|
|
url = "/soutenez-nous/"
|
|
weight = 6
|
|
|
|
[params]
|
|
text_color = ""
|
|
author = "axul"
|
|
favicon = "/images/responsive/axul-sm.png"
|
|
site_logo = "/images/axul.png"
|
|
featured_image = "/images/134_la-sainte-victoire_aix-en-provence-992x496.jpg"
|
|
description = "Site principal de l'association AXUL, groupe d'utilisateurs de Logiciels Libres"
|
|
# choose a background color from any on this page: https://tachyons.io/docs/themes/skins/ and preface it with "bg-"
|
|
background_color_class = "bg-black"
|
|
recent_posts_number = 5
|
|
date_format = "Monday 2 January 2006"
|
|
read_more_copy = "En savoir plus ..."
|
|
|
|
[params.ananke.social.follow]
|
|
networks = [
|
|
"rss"
|
|
]
|
|
|
|
[params.ananke.social.rss]
|
|
profilelink = "/index.xml"
|
|
|
|
[params.ananke.social.share]
|
|
disable_share = true
|