Files
2026-05-16 02:18:39 +02:00

29 lines
1.0 KiB
YAML

backend:
name: gitea # ACHTUNG: Wenn du GitLab nutzt, ändere das in 'gitlab'
repo: fberger/brabetz-homepage
api_root: https://git.brabros.de/api/v1 # Für GitLab: https://git.brabros.de/api/v4
branch: main
media_folder: "src/images"
public_folder: "src/images"
collections:
- name: "pages"
label: "Seiten"
files:
- file: "src/content/biodiversity/biotope.md"
label: "Biotop-Bausteine"
name: "biotope"
fields:
- { label: "Titel", name: "title", widget: "string" }
- { label: "Beschreibung", name: "description", widget: "string" }
- label: "Items"
name: "items"
widget: "list"
fields:
- { label: "Titel", name: "title", widget: "string" }
- { label: "Beschreibung", name: "description", widget: "text" }
- { label: "Technik", name: "technique", widget: "string" }
- { label: "Location", name: "location", widget: "string" }
- { label: "Icon", name: "icon", widget: "string" }