Deploy Update
Some checks failed
Deploy Hugo site to Pages / build (push) Failing after 12s
Deploy Hugo site to Pages / deploy (push) Has been skipped

This commit is contained in:
Jannik Menzel 2025-05-26 17:46:26 +02:00
parent e9144fbdc0
commit d4c980b052
27 changed files with 142 additions and 97 deletions

View file

@ -1,5 +1,16 @@
backend:
name: git-gateway
branch: main
media_folder: "static/images"
public_folder: "/images"
public_folder: "/images"
collections:
- name: "pages"
label: "Seiten"
folder: "content"
create: false
editor:
preview: false
slug: "{{slug}}"
fields:
- { label: "Titel", name: "title", widget: "string" }
- { label: "Entwurf", name: "draft", widget: "boolean", default: false }
- { label: "Inhalt", name: "body", widget: "markdown" }
- { label: "URL", name: "url", widget: "string", required: false }