feat: Ajout du site resilien.fr

This commit is contained in:
2024-07-10 16:43:11 +02:00
parent ed2009cf17
commit b046d8fe19
42 changed files with 1470 additions and 46 deletions

View File

@ -13,6 +13,8 @@ disableLanguages = ["de", "nl", "en"]
[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>'

View File

@ -1,6 +1,11 @@
[[main]]
name = "Guides"
url = "/docs/introduction/bienvenue/"
weight = 20
[[main]]
name = "Blog"
url = "/blog/"
weight = 10
[[footer]]

View File

@ -34,6 +34,9 @@
target = "assets"
## content
[[mounts]]
source = "portails/resilien.fr/content"
target = "content"
[[mounts]]
source = "portails/shared/content"
target = "content"
@ -46,18 +49,27 @@
[[mounts]]
source = "portails/shared/docs/gitea"
target = "content/docs/gitea"
[[mounts]]
source = "portails/shared/docs/hedgedoc"
target = "content/docs/hedgedoc"
[[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/mobilizon"
target = "content/docs/mobilizon"
[[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/signaturepdf"
target = "content/docs/signaturepdf"
[[mounts]]
source = "portails/shared/docs/vaultwarden"
target = "content/docs/vaultwarden"
@ -65,10 +77,6 @@
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"
@ -123,6 +131,9 @@
[[mounts]]
source = "portails/shared/layouts"
target = "layouts"
[[mounts]]
source = "portails/resilien.fr/layouts"
target = "layouts"
## static
[[mounts]]
@ -132,3 +143,7 @@
[[mounts]]
source = "static"
target = "static"
[[mounts]]
source = "portails/resilien.fr/static"
target = "static"