local_backend: true

site_url: https://italien.löfflath.de

backend:
  name: github
  repo: helperFunction/italien-2026
  branch: main
  base_url: https://italien.xn--lfflath-90a.de
  site_domain: https://italien.xn--lfflath-90a.de
  auth_endpoint: /api/auth

media_folder: "src/assets/images"
public_folder: "../../assets/images"

collections:
  - name: "posts"
    label: "Travel Posts"
    folder: "src/content/posts"
    create: true
    slug: "{{year}}-{{month}}-{{day}}-{{slug}}"
    fields:
      - { label: "Title", name: "title", widget: "string" }
      - { label: "Publish Date", name: "date", widget: "datetime" }
      - { label: "Location", name: "location", widget: "string", hint: "e.g., Bali, Indonesia" }
      - label: "Photo Gallery"
        name: "gallery"
        widget: "list"
        field: { label: "Photo", name: "image", widget: "image" }
      - { label: "Description", name: "body", widget: "markdown" }
