29 lines
751 B
TOML
29 lines
751 B
TOML
title = "AXUL"
|
|
baseURL = "https://axul.org"
|
|
languageCode = "fr-FR"
|
|
theme = "ananke"
|
|
|
|
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 = ""
|
|
favicon = ""
|
|
site_logo = ""
|
|
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
|
|
|
|
[[params.ananke_socials]]
|
|
name = "rss"
|
|
url = "https://axul.org/rss"
|