Compare commits
No commits in common. "5a28b74ce5fd6c9cc86965429574168be1eb4681" and "d0c3c5d8a6cc23116e6035f3b1b1244d5151133d" have entirely different histories.
5a28b74ce5
...
d0c3c5d8a6
2 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,6 @@ backend:
|
|||
base_url: https://git.deuxfleurs.fr/ # Root URL of your Gitea instance
|
||||
# optional, defaults to main
|
||||
# branch: main
|
||||
locale: 'fr'
|
||||
media_folder: "static"
|
||||
public_folder: "/images/uploads"
|
||||
collections:
|
||||
|
@ -43,8 +42,9 @@ collections:
|
|||
file: 'hugo_config/_default/theme_settings.toml'
|
||||
extension: toml
|
||||
fields:
|
||||
- label: 'Paramètres'
|
||||
name: params
|
||||
widget: object
|
||||
fields:
|
||||
- { label: Couleur du thème, name: background_color_class, widget: 'select', options: ["bg-red", "bg-blue", "bg-green", "bg-purple"] }
|
||||
- { label: Couleur du thème, name: background_color_class, widget: 'select', options: ["bg-red", "bg-blue", "bg-green", "bg-purple"] }
|
||||
# - label: 'Paramètres'
|
||||
# name: params
|
||||
# widget: object
|
||||
# fields:
|
||||
|
0
static/test.toml
Normal file
0
static/test.toml
Normal file
Loading…
Reference in a new issue