From 62299cb3c76fbc98677daaa017dc682d352201e5 Mon Sep 17 00:00:00 2001 From: maximeg Date: Wed, 24 Jan 2024 17:59:25 +0000 Subject: [PATCH 1/3] =?UTF-8?q?Update=20Param=C3=A8tres=20=E2=80=9Ctheme?= =?UTF-8?q?=20settings=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hugo_config/_default/theme_settings.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hugo_config/_default/theme_settings.toml b/hugo_config/_default/theme_settings.toml index e69de29..3a6cd7e 100644 --- a/hugo_config/_default/theme_settings.toml +++ b/hugo_config/_default/theme_settings.toml @@ -0,0 +1,2 @@ +[params] +background_color_class = "bg-blue" From 38026057c0ce232c6fee5c474d2c7b8fc829ad2a Mon Sep 17 00:00:00 2001 From: maximeg Date: Wed, 24 Jan 2024 18:00:13 +0000 Subject: [PATCH 2/3] =?UTF-8?q?Update=20Configuration=20=E2=80=9Ctheme=20s?= =?UTF-8?q?ettings=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hugo_config/_default/theme_settings.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hugo_config/_default/theme_settings.toml b/hugo_config/_default/theme_settings.toml index 3a6cd7e..c2aaf76 100644 --- a/hugo_config/_default/theme_settings.toml +++ b/hugo_config/_default/theme_settings.toml @@ -1,2 +1,4 @@ +background_color_class = "bg-red" + [params] background_color_class = "bg-blue" From d0c3c5d8a6cc23116e6035f3b1b1244d5151133d Mon Sep 17 00:00:00 2001 From: maximeg Date: Wed, 24 Jan 2024 18:01:00 +0000 Subject: [PATCH 3/3] Actualiser hugo_config/_default/theme_settings.toml --- hugo_config/_default/theme_settings.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/hugo_config/_default/theme_settings.toml b/hugo_config/_default/theme_settings.toml index c2aaf76..42a7388 100644 --- a/hugo_config/_default/theme_settings.toml +++ b/hugo_config/_default/theme_settings.toml @@ -1,4 +1 @@ background_color_class = "bg-red" - -[params] -background_color_class = "bg-blue"