Add banner layout

This commit is contained in:
Boris Waaub
2026-01-22 12:53:54 +01:00
parent ce4e946615
commit c92d34814c
10 changed files with 493 additions and 2063 deletions
+9 -11
View File
@@ -29,6 +29,7 @@ paginatePath = "page"
[security.funcs]
getenv = ['^HUGO_', '^CI$']
# Required Markup Configuration
[markup]
[markup.highlight]
@@ -53,22 +54,19 @@ paginatePath = "page"
[params]
description = "Logiciel libre d'accompagnement social"
author = "Champs-Libres"
logo = "/images/logo.png" # Path to your logo
# Google Analytics ID (e.g., "G-XXXXXXXXXX")
googleAnalytics = "G-XXXXXXXXXX" # Only enabled in production
logo = "/images/logo-darkmode.png" # Path to your logo
customCSS = ["css/custom.css"]
# Google Tag Manager ID (e.g., "GTM-XXXXXXX")
# Only enabled in production
googleTagManager = "GTM-XXXXXXX"
# Header Configuration
[params.header]
background = "bg-white/80 backdrop-blur-sm"
border = "border-b border-gray-100"
background = "header backdrop-blur-sm"
border = "none"
menu.linkClass = "text-white hover:text-primary font-bold transition duration-200"
# Header Logo
[params.header.logo]
src = "/images/logo.png"
# Header Logo
[params.header.logo]
src = "/images/logo-darkmode.png"
# Global CTA Configuration (optional)
[params.cta]