Reiseblog mit CMS
This commit is contained in:
commit
7f820a6478
19 changed files with 600 additions and 0 deletions
17
public/admin/index.html
Normal file
17
public/admin/index.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<!doctype html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Inhalte verwalten · Sattelfest</title>
|
||||
</head>
|
||||
<body>
|
||||
<!--
|
||||
Decap CMS. Lädt automatisch ./config.yml aus diesem Ordner.
|
||||
Tipp für "alles auf dem eigenen Server": Statt der CDN-URL kannst du
|
||||
die Datei decap-cms.js herunterladen, hier nach public/admin/ legen
|
||||
und unten lokal einbinden (src="./decap-cms.js").
|
||||
-->
|
||||
<script src="https://unpkg.com/decap-cms@^3.6.0/dist/decap-cms.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue