2024-01-15 16:06:29 +00:00
|
|
|
backend:
|
2024-01-16 13:55:48 +00:00
|
|
|
name: gitea
|
2024-01-15 16:06:29 +00:00
|
|
|
repo: maximeg/palettetest # Path to your Gitea repository
|
2024-01-19 15:10:33 +00:00
|
|
|
app_id: e8c9892d-30f2-428f-b639-172402acbf94 # The Client ID provided by Gitea
|
2024-01-24 09:38:00 +00:00
|
|
|
api_root: https://git.deuxfleurs.fr/api/v1 # API URL of your Gitea instance
|
2024-01-19 14:58:00 +00:00
|
|
|
base_url: https://git.deuxfleurs.fr/ # Root URL of your Gitea instance
|
2024-01-15 16:06:29 +00:00
|
|
|
# optional, defaults to main
|
2024-01-15 16:21:00 +00:00
|
|
|
# branch: main
|
2024-01-24 18:26:21 +00:00
|
|
|
locale: 'fr'
|
2024-02-22 10:25:10 +00:00
|
|
|
media_folder: "static/images"
|
2024-02-12 16:10:13 +00:00
|
|
|
public_folder: "/images"
|
2024-01-15 16:21:00 +00:00
|
|
|
collections:
|
2024-02-22 10:53:54 +00:00
|
|
|
- name: pages
|
|
|
|
label: Pages
|
|
|
|
label_singular: 'Page'
|
|
|
|
folder: content/pages
|
|
|
|
create: true
|
|
|
|
# adding a nested object will show the collection folder structure
|
|
|
|
nested:
|
|
|
|
depth: 100 # max depth to show in the collection tree
|
|
|
|
summary: '{{title}}' # optional summary for a tree node, defaults to the inferred title field
|
|
|
|
# adding a path object allows editing the path of entries
|
|
|
|
# moving an existing entry will move the entire sub tree of the entry to the new location
|
2024-02-22 15:05:50 +00:00
|
|
|
path: '{{slug}}/index'
|
2024-02-22 10:53:54 +00:00
|
|
|
fields:
|
2024-02-22 15:05:50 +00:00
|
|
|
- label: Titre
|
2024-02-22 10:53:54 +00:00
|
|
|
name: title
|
|
|
|
widget: string
|
2024-02-22 15:05:50 +00:00
|
|
|
- label: Description
|
|
|
|
name: Description
|
|
|
|
widget: text
|
|
|
|
- label: Image de couverture
|
|
|
|
name: featured_image
|
|
|
|
widget: file
|
|
|
|
- label: Corps
|
2024-02-22 10:53:54 +00:00
|
|
|
name: body
|
|
|
|
widget: markdown
|
2024-01-24 10:31:27 +00:00
|
|
|
# - label: 'Settings'
|
|
|
|
# name: settings
|
|
|
|
# files:
|
|
|
|
# - label: 'Theme Settings'
|
|
|
|
# name: theme settings
|
|
|
|
# file: 'site/settings.toml'
|
|
|
|
# fields:
|
|
|
|
# - label: toml file
|
|
|
|
# name: toml file
|
|
|
|
# widget: 'file'
|
|
|
|
# media_library:
|
|
|
|
# config:
|
|
|
|
# multiple: true
|
2024-01-24 17:56:43 +00:00
|
|
|
- label: 'Configuration'
|
2024-01-24 09:58:54 +00:00
|
|
|
name: settings
|
|
|
|
files:
|
2024-01-24 17:38:13 +00:00
|
|
|
- label: 'Configuration du thème'
|
2024-01-24 09:58:54 +00:00
|
|
|
name: theme settings
|
2024-01-24 17:24:52 +00:00
|
|
|
file: 'hugo_config/_default/theme_settings.toml'
|
2024-01-24 10:25:44 +00:00
|
|
|
extension: toml
|
2024-02-22 12:28:55 +00:00
|
|
|
fields:
|
|
|
|
- label: 'Paramètres du thème'
|
2024-01-24 18:04:09 +00:00
|
|
|
name: params
|
|
|
|
widget: object
|
2024-02-22 12:28:55 +00:00
|
|
|
collapsed: true
|
2024-01-24 18:04:09 +00:00
|
|
|
fields:
|
2024-02-12 11:11:12 +00:00
|
|
|
- name: site_logo
|
|
|
|
label: "Logo du site"
|
|
|
|
widget: image
|
2024-02-12 11:34:45 +00:00
|
|
|
hint: "Le logo qui apparaît en haut à gauche sur toutes les pages du site"
|
2024-02-12 11:11:12 +00:00
|
|
|
choose_url: true
|
2024-02-12 11:34:45 +00:00
|
|
|
- name: favicon
|
|
|
|
label: "Favicon"
|
|
|
|
widget: image
|
|
|
|
hint: "L'icône qui apparaît à côté du nom dans l'onglet"
|
2024-02-07 14:47:54 +00:00
|
|
|
- label: Couleur du fond
|
2024-01-30 10:09:29 +00:00
|
|
|
name: background_color_class
|
2024-02-07 14:47:54 +00:00
|
|
|
widget: select
|
|
|
|
hint: Pour choisir la couleur du fond
|
2024-01-30 10:09:29 +00:00
|
|
|
options:
|
|
|
|
- label: 'Rouge'
|
|
|
|
value: 'bg-red'
|
|
|
|
- label: 'Bleu'
|
|
|
|
value: 'bg-blue'
|
|
|
|
- label: 'Vert'
|
|
|
|
value: 'bg-green'
|
|
|
|
- label: 'Violet'
|
|
|
|
value: 'bg-purple'
|
|
|
|
- label: '<img class="fit-picture" src="/media/cc0-images/grapefruit-slice-332-332.jpg" alt="Grapefruit slice atop a pile of other slices" />'
|
2024-02-07 14:47:54 +00:00
|
|
|
value: 'bg-orange'
|
|
|
|
- label: 'Réseaux sociaux'
|
|
|
|
name: ananke_socials
|
|
|
|
widget: list
|
|
|
|
collapsed: true
|
2024-02-12 11:11:12 +00:00
|
|
|
summary: '{{fields.name | upper}}'
|
2024-02-07 14:47:54 +00:00
|
|
|
add_to_top: false
|
2024-02-08 10:44:08 +00:00
|
|
|
label_singular: 'Réseau'
|
2024-02-07 14:47:54 +00:00
|
|
|
fields:
|
2024-02-12 11:11:12 +00:00
|
|
|
- name: name
|
|
|
|
label: 'Réseau social'
|
2024-02-07 14:47:54 +00:00
|
|
|
widget: select
|
|
|
|
options:
|
|
|
|
- label: 'Facebook'
|
|
|
|
value: 'facebook'
|
|
|
|
- label: 'LinkedIn'
|
|
|
|
value: 'linkedin'
|
2024-02-12 11:11:12 +00:00
|
|
|
- name: url
|
|
|
|
label: 'Lien du compte'
|
2024-02-07 15:11:15 +00:00
|
|
|
widget: string
|
2024-02-22 13:00:45 +00:00
|
|
|
# - label: 'Paramètres du menu'
|
|
|
|
# name: menus
|
|
|
|
# widget: object
|
|
|
|
# collapsed: true
|
|
|
|
# fields:
|
|
|
|
# - label: 'Menu en haut'
|
|
|
|
# name: main
|
|
|
|
# widget: list
|
|
|
|
# collapsed: true
|
|
|
|
# summary: '{{fields.name | upper}}'
|
|
|
|
# add_to_top: false
|
|
|
|
# label_singular: 'Sous menu'
|
|
|
|
# fields:
|
|
|
|
# - label: 'Nom dans le menu'
|
|
|
|
# name: name
|
|
|
|
# widget: string
|
|
|
|
# - label: 'Page référencée'
|
|
|
|
# name: pageRef
|
|
|
|
# widget: string
|
|
|
|
# - label: 'Poids'
|
|
|
|
# name: weight
|
|
|
|
# widget: number
|
2024-02-22 12:28:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2024-02-07 14:47:54 +00:00
|
|
|
|