forked from AXUL/axul-site
39 lines
1.1 KiB
TOML
39 lines
1.1 KiB
TOML
title = "AXUL"
|
|
baseURL = "https://axul.org"
|
|
languageCode = "fr-FR"
|
|
theme = "ananke"
|
|
|
|
DefaultContentLanguage = "fr"
|
|
SectionPagesMenu = "main"
|
|
Paginate = 20 # this is set low for demonstrating with dummy content. Set to a higher number
|
|
googleAnalytics = ""
|
|
enableRobotsTXT = true
|
|
|
|
[sitemap]
|
|
changefreq = "monthly"
|
|
priority = 0.5
|
|
filename = "sitemap.xml"
|
|
|
|
[menus]
|
|
[[menus.main]]
|
|
name = "Prochaines activités"
|
|
url = "https://www.agendadulibre.org/events?tag=axul"
|
|
weight = 1
|
|
|
|
[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_socials]]
|
|
name = "rss"
|
|
url = "/index.xml"
|