WIP Decap

This commit is contained in:
Piotr Rogowski 2023-07-09 11:17:18 +02:00
parent c1e02a33e6
commit 0b35b376b2
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
3 changed files with 27 additions and 0 deletions

View File

@ -11,6 +11,7 @@
"Deadtime",
"deadzone",
"debugmode",
"Decap",
"devcontainers",
"DFCO",
"dyno",

10
admin/config.yml Normal file
View File

@ -0,0 +1,10 @@
backend:
name: git-gateway
branch: master
repo: fome-tech/wiki
# adds an interface for drafting, reviewing, and approving posts
publish_mode: editorial_workflow
media_folder: "static/images/uploads" # Media files will be stored in the repo under static/images/uploads
public_folder: "/images/uploads" # The src attribute for uploaded media will begin with /images/uploads

16
admin/index.html Normal file
View File

@ -0,0 +1,16 @@
<!doctype html>
<html>
<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>
</head>
<body>
<!-- Include the script that builds the page and powers Decap CMS -->
<script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script>
</body>
</html>