try 2nd hugo config file
This commit is contained in:
parent
8d1e9a8965
commit
76e361eaeb
2 changed files with 4 additions and 2 deletions
|
@ -1 +1,3 @@
|
||||||
|
[params]
|
||||||
|
background_color_class = "bg-purple"
|
||||||
bg-color = "rouge"
|
bg-color = "rouge"
|
||||||
|
|
|
@ -42,4 +42,4 @@ collections:
|
||||||
file: 'hugo_config/_default/theme_settings.toml'
|
file: 'hugo_config/_default/theme_settings.toml'
|
||||||
extension: toml
|
extension: toml
|
||||||
fields:
|
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"] }
|
Loading…
Reference in a new issue