axul-site/hugo.toml
2024-03-24 01:58:37 +00:00

33 lines
981 B
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"
[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"