Fix language switche, adapt contact form and add gitea action.

This commit is contained in:
2026-04-14 17:06:10 +02:00
parent d257c1b2a1
commit 94b6155c68
9 changed files with 135 additions and 47 deletions
+2 -1
View File
@@ -3,6 +3,7 @@ baseURL = "/"
title = ""
theme = "chill-theme"
defaultContentLanguage = "fr"
disableLanguages = ["en", "nl"]
# Language configuration
[languages]
@@ -45,7 +46,7 @@ pagination = { pagerSize = 6, path = "page" }
# Security Configuration
[security.funcs]
getenv = ['^HUGO_', '^CI$', '^BASE_URL$']
getenv = ['^HUGO_', '^CI$', '^BASE_URL$', '^CONTACT_FORM_URL$']
# Required Markup Configuration