25 lines
749 B
TOML
25 lines
749 B
TOML
baseURL = "https://staging.resilien.fr/"
|
|
title = "RésiLien"
|
|
languageCode = "fr-FR"
|
|
defaultContentLanguage = "fr"
|
|
disableLanguages = ["de", "nl", "en"]
|
|
|
|
[Params]
|
|
url = "resilien.fr"
|
|
domain = "resilien.fr"
|
|
support = "support@resilien.fr"
|
|
poweredBy = true
|
|
uptimeKumaUrl = "https://status.resilien.fr"
|
|
|
|
[Params.doks]
|
|
breadcrumbTrail = true
|
|
colorMode = "light"
|
|
relatedPosts = true
|
|
|
|
[languages.fr.params]
|
|
footer = 'Mise en place et hébergé avec sobriété par <a class="text-muted" href="https://resilien.fr/">RésiLien</a>'
|
|
|
|
[deployment.targets]
|
|
name = "production"
|
|
URL = "s3://staging.resilien.fr?endpoint=https://s3.garage.resilien.cloud&disableSSL=true&s3ForcePathStyle=true®ion=garage"
|