fix: Color theme & add alert text
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-05-23 01:14:01 +02:00
parent 6a6114f3c9
commit 859eaccd6e
4 changed files with 9 additions and 9 deletions

View File

@ -3,6 +3,10 @@
min = "0.80.0"
max = ""
[[mounts]]
source = "assets"
target = "assets"
[[mounts]]
source = "node_modules/@hyas/doks/archetypes"
target = "archetypes"
@ -39,10 +43,6 @@
source = "node_modules/mermaid"
target = "assets/js/vendor/mermaid"
[[mounts]]
source = "assets"
target = "assets"
[[mounts]]
source = "static"
target = "static"

View File

@ -71,10 +71,10 @@ footer = "Réalisé par <a href=\"https://weko.io/\">Weko</a> avec ❤️ et Hé
copyRight = "Copyright (c) 2023 Weko"
# Alert
alert = false
alert = true
alertDismissable = true
# alertText = "Introducing the Doks child theme, several DX + UX updates, and more! <a class=\"alert-link stretched-link\" href=\"https://getdoks.org/blog/doks-v0.2/\" target=\"_blank\" rel=\"noopener\">Check out Doks v0.2</a>"
alertText = "Introducing the Doks child theme, several DX + UX updates, and more! <a class=\"alert-link stretched-link\" href=\"https://getdoks.org/blog/doks-v0.2/\">Check out Doks v0.2</a>"
alertText = "Ce site est en construction !"
# Edit Page
# repoHost [Github | Gitea | GitLab | Bitbucket | BitbucketServer ] is used for building the edit link based on git hoster