vmems-website/hugo.toml
2023-10-23 08:42:02 +02:00

78 lines
1.5 KiB
TOML

baseURL = 'https://example.org/'
languageCode = 'fr-fr'
defaultContentLanguage = "fr"
title = 'Vélo et Mobilités en Eure-Madrie-Seine'
theme = 'vmems-theme'
[permalinks]
blog = "/blog/:year/:month/:day/:filename/"
[menu]
[[menu.main]]
name = "Accueil"
identifier = "menu.home"
url = "/"
weight = 1
[[menu.main]]
name = "Actualités"
identifier = "menu.blog"
url = "/blog/"
weight = 2
[[menu.main]]
name = "L'Association"
identifier = "menu.tags"
url = "/association/"
weight = 3
[[menu.main]]
name = "Etat du réseau"
identifier = "menu.categories"
url = "/network_state/"
weight = 4
[[menu.footer_left]]
name = "Accueil"
url = "/"
weight = 1
[[ menu.footer_left ]]
name = "L'Association"
url = "/association/"
weight = 2
[[menu.footer_middle]]
name = "Blog"
url = "/blog/"
weight = 1
[[menu.footer_middle]]
name = "Contact"
url = "/contact/"
weight = 2
[[ menu.footer_right ]]
name = "Mentions Légales"
url = "/legals/"
weight = 1
[[ menu.footer_right ]]
name = "Etat du réseau"
url = "/network_state/"
weight = 2
[params]
icon = "/img/favicon.ico"
logo = "https://host.gzod01.fr/GZod01/vmems.svg"
logo_small ="https://host.gzod01.fr/GZod01/vmems.svg"
copyright = "Copyright © VMEMS & GZod01 - All Rights Reserved"
sharing_default = "/img/sharing-default.png"
description = "Le site Officiel de VMEMS"
[taxonomies]
author="authors"
tag="tags"
categories="categories"