85 lines
2.0 KiB
TOML
85 lines
2.0 KiB
TOML
|
baseurl = "https://re-terminal.nebrowser.com"
|
|||
|
defaultContentLanguage = "fr"
|
|||
|
languageCode = "fr-fr"
|
|||
|
theme = "hugo-theme-re-terminal"
|
|||
|
#paginate = 1
|
|||
|
title = "L’embardé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 d’articles"
|
|||
|
olderPosts = "Articles plus anciens"
|
|||
|
newerPosts = "Articles plus récents"
|
|||
|
missingContentMessage = "Page non trouvée :'("
|
|||
|
missingBackButtonLabel = "Retour à l’accueil"
|
|||
|
|
|||
|
[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 = "L’embardé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'
|