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 }

View file

@ -1,12 +1,13 @@
<!DOCTYPE html>
<!doctype html>
<html lang="de">
<head>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex" />
<title>Content Manager</title>
<script src=""></script>
</head>
<body>
<script src=""></script>
</body>
</html>
</head>
<body>
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
</body>
</html>