Revert "feat: cms"

This reverts commit 699f25d175.
This commit is contained in:
Cory Dransfeldt 2024-03-21 13:49:20 -07:00
parent 5703491f42
commit e0d0532a2b
No known key found for this signature in database
2 changed files with 0 additions and 27 deletions

View file

@ -1,15 +0,0 @@
backend:
name: git-gateway
branch: main
collections:
- name: "posts"
label: "Posts"
folder: "posts"
create: true
slug: "YYYY/title.md"
fields:
- {label: "Layout", name: "layout", widget: "hidden", default: "post"}
- {label: "Title", name: "title", widget: "string"}
- {label: "Publish Date", name: "date", widget: "datetime", time_format: false, date_format: "YYYY-MM-DDTHH:MM-08:00", format: "YYYY-MM-DDTHH:MM-08:00"}
- {label: "tags", name: "tags", widget: "list", default: ["posts"]}
- {label: "Body", name: "body", widget: "markdown"}

View file

@ -1,12 +0,0 @@
<!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>CMS // Cory Dransfeldt</title>
</head>
<body>
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
</body>
</html>