Commit bb329712 authored by Kreber's avatar Kreber
Browse files

Update public/admin/index.html, public/admin/config.yml

parent 504018fe
Pipeline #12407 passed with stage
in 19 seconds
backend:
name: gitlab
repo: zedflow/fgdi
branch: master
media_folder: "public/images/uploads"
public_folder: "/images/uploads"
collections:
- name: "seiten"
label: "Seiten"
files:
- file: "public/content/startseite.md"
label: "Startseite"
name: "startseite"
fields:
- { label: "Titel", name: "title", widget: "string" }
- { label: "Inhalt", name: "body", widget: "markdown" }
......@@ -7,6 +7,6 @@
</head>
<body>
<!-- Diese Zeile lädt Decap CMS automatisch beim Seitenaufruf herunter -->
<script src="https://unpkg.com@^3.0.0/dist/decap-cms.js"></script>
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
</body>
</html>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment