Compare commits
3 commits
d0c3c5d8a6
...
5a28b74ce5
Author | SHA1 | Date | |
---|---|---|---|
5a28b74ce5 | |||
7b279c9aeb | |||
e6ef328a8b |
2 changed files with 6 additions and 6 deletions
|
@ -6,6 +6,7 @@ backend:
|
||||||
base_url: https://git.deuxfleurs.fr/ # Root URL of your Gitea instance
|
base_url: https://git.deuxfleurs.fr/ # Root URL of your Gitea instance
|
||||||
# optional, defaults to main
|
# optional, defaults to main
|
||||||
# branch: main
|
# branch: main
|
||||||
|
locale: 'fr'
|
||||||
media_folder: "static"
|
media_folder: "static"
|
||||||
public_folder: "/images/uploads"
|
public_folder: "/images/uploads"
|
||||||
collections:
|
collections:
|
||||||
|
@ -41,10 +42,9 @@ collections:
|
||||||
name: theme settings
|
name: theme settings
|
||||||
file: 'hugo_config/_default/theme_settings.toml'
|
file: 'hugo_config/_default/theme_settings.toml'
|
||||||
extension: toml
|
extension: toml
|
||||||
|
fields:
|
||||||
|
- label: 'Paramètres'
|
||||||
|
name: params
|
||||||
|
widget: object
|
||||||
fields:
|
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:
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue