try 2nd hugo config file
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
maxime-cool 2024-01-24 18:30:54 +01:00
parent 8d1e9a8965
commit 76e361eaeb
2 changed files with 4 additions and 2 deletions

View file

@ -1 +1,3 @@
bg-color = "rouge"
[params]
background_color_class = "bg-purple"
bg-color = "rouge"

View file

@ -42,4 +42,4 @@ collections:
file: 'hugo_config/_default/theme_settings.toml'
extension: toml
fields:
- { label: Couleur du thème, name: bg-color, widget: 'select', options: ["rouge", "bleu", "vert"] }
- { label: Couleur du thème, name: background_color_class, widget: 'select', options: ["bg-red", "bg-blue", "bg-green", "bg-purple"] }