feat: Ajout du site de RésiLien
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
22
config/staging.resilien.fr/hugo.toml
Normal file
22
config/staging.resilien.fr/hugo.toml
Normal file
@ -0,0 +1,22 @@
|
||||
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
|
||||
|
||||
[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"
|
19
config/staging.resilien.fr/menus.fr.toml
Normal file
19
config/staging.resilien.fr/menus.fr.toml
Normal file
@ -0,0 +1,19 @@
|
||||
[[main]]
|
||||
name = "Guides"
|
||||
url = "/docs/introduction/bienvenue/"
|
||||
weight = 10
|
||||
|
||||
[[footer]]
|
||||
name = "Mentions légales"
|
||||
url = "/mentions-legales/"
|
||||
weight = 10
|
||||
|
||||
[[footer]]
|
||||
name = "Sources du site"
|
||||
url = "https://git.resilien.fr/ResiLien/portails/"
|
||||
weight = 20
|
||||
|
||||
[[footer]]
|
||||
name = "Statuts des services"
|
||||
url = "https://status.resilien.fr/"
|
||||
weight = 30
|
134
config/staging.resilien.fr/module.toml
Normal file
134
config/staging.resilien.fr/module.toml
Normal file
@ -0,0 +1,134 @@
|
||||
# mounts
|
||||
## archetypes
|
||||
[[mounts]]
|
||||
source = "node_modules/@hyas/doks-core/archetypes"
|
||||
target = "archetypes"
|
||||
|
||||
[[mounts]]
|
||||
source = "archetypes"
|
||||
target = "archetypes"
|
||||
|
||||
## assets
|
||||
[[mounts]]
|
||||
source = "node_modules/@hyas/core/assets"
|
||||
target = "assets"
|
||||
[[mounts]]
|
||||
source = "portails/resilien.fr/assets"
|
||||
target = "assets"
|
||||
|
||||
[[mounts]]
|
||||
source = "node_modules/@hyas/images/assets"
|
||||
target = "assets"
|
||||
excludeFiles = "/scss/**.scss"
|
||||
|
||||
[[mounts]]
|
||||
source = "node_modules/@hyas/doks-core/assets"
|
||||
target = "assets"
|
||||
|
||||
[[mounts]]
|
||||
source = "node_modules/@tabler/icons/icons"
|
||||
target = "assets/svgs/tabler-icons"
|
||||
|
||||
[[mounts]]
|
||||
source = "assets"
|
||||
target = "assets"
|
||||
|
||||
## content
|
||||
[[mounts]]
|
||||
source = "portails/shared/content"
|
||||
target = "content"
|
||||
[[mounts]]
|
||||
source = "portails/shared/docs/directus"
|
||||
target = "content/docs/directus"
|
||||
[[mounts]]
|
||||
source = "portails/shared/docs/element"
|
||||
target = "content/docs/element"
|
||||
[[mounts]]
|
||||
source = "portails/shared/docs/gitea"
|
||||
target = "content/docs/gitea"
|
||||
[[mounts]]
|
||||
source = "portails/shared/docs/listmonk"
|
||||
target = "content/docs/listmonk"
|
||||
[[mounts]]
|
||||
source = "portails/shared/docs/metabase"
|
||||
target = "content/docs/metabase"
|
||||
[[mounts]]
|
||||
source = "portails/shared/docs/nextcloud"
|
||||
target = "content/docs/nextcloud"
|
||||
[[mounts]]
|
||||
source = "portails/shared/docs/outline"
|
||||
target = "content/docs/outline"
|
||||
[[mounts]]
|
||||
source = "portails/shared/docs/vaultwarden"
|
||||
target = "content/docs/vaultwarden"
|
||||
[[mounts]]
|
||||
source = "portails/shared/docs/vikunja"
|
||||
target = "content/docs/vikunja"
|
||||
|
||||
[[mounts]]
|
||||
source = "portails/resilien.fr/content"
|
||||
target = "content"
|
||||
|
||||
## data
|
||||
[[mounts]]
|
||||
source = "node_modules/@hyas/doks-core/data"
|
||||
target = "data"
|
||||
|
||||
[[mounts]]
|
||||
source = "data"
|
||||
target = "data"
|
||||
|
||||
[[mounts]]
|
||||
source = "portails/shared/data"
|
||||
target = "data"
|
||||
|
||||
[[mounts]]
|
||||
source = "portails/resilien.fr/data"
|
||||
target = "data"
|
||||
|
||||
## i18n
|
||||
[[mounts]]
|
||||
source = "node_modules/@hyas/doks-core/i18n"
|
||||
target = "i18n"
|
||||
|
||||
[[mounts]]
|
||||
source = "i18n"
|
||||
target = "i18n"
|
||||
|
||||
## layouts
|
||||
[[mounts]]
|
||||
source = "node_modules/@hyas/core/layouts"
|
||||
target = "layouts"
|
||||
|
||||
[[mounts]]
|
||||
source = "node_modules/@hyas/seo/layouts"
|
||||
target = "layouts"
|
||||
|
||||
[[mounts]]
|
||||
source = "node_modules/@hyas/images/layouts"
|
||||
target = "layouts"
|
||||
|
||||
[[mounts]]
|
||||
source = "node_modules/@hyas/doks-core/layouts"
|
||||
target = "layouts"
|
||||
|
||||
[[mounts]]
|
||||
source = "node_modules/@hyas/inline-svg/layouts"
|
||||
target = "layouts"
|
||||
|
||||
[[mounts]]
|
||||
source = "layouts"
|
||||
target = "layouts"
|
||||
|
||||
[[mounts]]
|
||||
source = "portails/shared/layouts"
|
||||
target = "layouts"
|
||||
|
||||
## static
|
||||
[[mounts]]
|
||||
source = "node_modules/@hyas/doks-core/static"
|
||||
target = "static"
|
||||
|
||||
[[mounts]]
|
||||
source = "static"
|
||||
target = "static"
|
Reference in New Issue
Block a user