axul-site/hugo.toml

55 lines
1.4 KiB
TOML
Raw Normal View History

2024-03-16 18:21:01 +01:00
title = "AXUL"
baseURL = "https://axul.org"
languageCode = "fr-FR"
theme = "ananke"
2024-03-16 19:01:11 +01:00
DefaultContentLanguage = "fr"
2024-05-19 00:55:00 +02:00
# SectionPagesMenu = "main"
Paginate = 30 # this is set low for demonstrating with dummy content. Set to a higher number
2024-03-16 18:21:01 +01:00
googleAnalytics = ""
enableRobotsTXT = true
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
2024-03-24 16:54:27 +01:00
[menus]
2024-05-19 00:55:00 +02:00
[[menus.main]]
name = "Qui sommes-nous ?"
url = "/qui-sommes-nous/"
weight = 1
2024-03-24 16:54:27 +01:00
[[menus.main]]
name = "Prochaines activités"
url = "https://www.agendadulibre.org/events?tag=axul"
2024-05-19 00:55:00 +02:00
weight = 2
[[menus.main]]
name = "Blog"
url = "/blog/"
weight = 3
[[menus.main]]
name = "Nous contacter"
url = "/nous-contacter/"
weight = 4
[[menus.main]]
name = "Soutenez-nous"
url = "/soutenez-nous/"
weight = 5
2024-03-24 16:54:27 +01:00
2024-03-16 18:21:01 +01:00
[params]
text_color = ""
2024-03-16 19:01:11 +01:00
author = "axul"
2024-03-24 02:58:37 +01:00
favicon = "/images/responsive/axul-sm.png"
site_logo = "/images/axul.png"
featured_image = "/images/134_la-sainte-victoire_aix-en-provence-992x496.jpg"
2024-03-16 18:21:01 +01:00
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
2024-03-16 19:01:11 +01:00
date_format = "Monday 2 January 2006"
read_more_copy = "En savoir plus ..."
2024-03-16 18:21:01 +01:00
[[params.ananke_socials]]
name = "rss"
2024-03-24 02:58:37 +01:00
url = "/index.xml"