mirror of
https://github.com/jannikmenzel/iFSR-Website.git
synced 2025-06-05 09:08:48 +02:00
Deploy Update
This commit is contained in:
parent
e9144fbdc0
commit
d4c980b052
27 changed files with 142 additions and 97 deletions
|
@ -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 }
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue