Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
zedflow
fgdi
Commits
bb329712
Commit
bb329712
authored
Jun 09, 2026
by
Kreber
Browse files
Update public/admin/index.html, public/admin/config.yml
parent
504018fe
Pipeline
#12407
passed with stage
in 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/admin/config.yml
View file @
bb329712
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"
}
public/admin/index.html
View file @
bb329712
...
...
@@ -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>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment