lembardee/hugo.toml

85 lines
2.0 KiB
TOML
Raw Permalink Normal View History

2024-10-13 17:41:59 +00:00
baseurl = "https://re-terminal.nebrowser.com"
defaultContentLanguage = "fr"
languageCode = "fr-fr"
theme = "hugo-theme-re-terminal"
#paginate = 1
title = "Lembardée"
[pagination]
pagerSize = 1
[params]
contentTypeName = "posts"
themeColor = "red"
showMenuItems = 5
fullWidthTheme = false
centerTheme = true
# [params.banner]
# dismissible = false
# text = "Check it out on GitHub"
# url = "https://github.com/mirus-ua/hugo-theme-re-terminal"
[languages]
[languages.fr.params]
title = "re-Terminal"
subtitle = "Bar Associatif à Saint-Girons"
keywords = ""
copyright = ""
menuMore = "Voir plus"
readMore = "Lire la suite"
readOtherPosts = "Lire plus darticles"
olderPosts = "Articles plus anciens"
newerPosts = "Articles plus récents"
missingContentMessage = "Page non trouvée :'("
missingBackButtonLabel = "Retour à laccueil"
[languages.fr.params.logo]
logoText = ""
logoHomeLink = "/"
[languages.fr.menu]
[[languages.fr.menu.main]]
identifier = "submenu"
name = "À venir"
weight = 10
[[languages.fr.menu.main]]
identifier = "submenus"
name = "Menus"
url = "/menus"
parent = "submenu"
[[languages.fr.menu.main]]
identifier = "subevenements"
name = "Événements"
url = "/evenements"
parent = "submenu"
[[languages.fr.menu.main]]
identifier = "lembardee"
name = "Lembardée"
url = "/lembardee"
[[languages.fr.menu.main]]
identifier = "bibliotheque"
name = "Bibliothèque"
url = "/bibliotheque"
# Only for demo deploy perpous
[module]
[[module.mounts]]
source = 'demoSite/content'
target = 'content'
[[module.mounts]]
source = 'demoSite/static'
target = 'static'
[[module.mounts]]
source = 'static'
target = 'static'
[[module.mounts]]
source = 'layouts'
target = 'layouts'
[[module.mounts]]
source = 'demoSite/layouts'
target = 'layouts'
[[module.mounts]]
source = 'archetypes'
target = 'archetypes'