M82-SiteWeb/hugo.toml
Sebastien Larinier 3db5eccf56 Update hugo.toml
2024-02-20 19:31:18 +01:00

27 строки
526 B
TOML

baseURL = 'https://m82-project.org'
SectionPagesMenu = "main"
defaultContentLanguage = "fr"
theme = "gohugo-theme-ananke"
[params]
favicon= "images/favicon.ico"
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[languages]
[languages.fr]
title = "M82 Project"
weight = 5
contentDir = "content"
[[params.ananke_socials]]
name = "linkedin"
url = "https://www.linkedin.com/company/m82-project/"
[[params.ananke_socials]]
name = "github"
url = "https://github.com/M82-project/"