Skip to content

Commit 16a8858

Browse files
committed
Set up DecapCMS and Git Gateway (#1, #2)
1 parent ecaba88 commit 16a8858

2 files changed

Lines changed: 10 additions & 11 deletions

File tree

_extra/edit/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
backend:
2-
name: github
2+
name: git-gateway
33
repo: psf/wiki
44
branch: main
5-
base_url: https://api.wiki.python.org
65

76
search: false
87

_extra/edit/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<!doctype html>
22
<html>
3-
<head>
4-
<meta charset="utf-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<meta name="robots" content="noindex" />
7-
<title>Python Wiki CMS</title>
8-
</head>
9-
<body>
10-
<script src="https://unpkg.com/@sveltia/cms/dist/sveltia-cms.js"></script>
11-
</body>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<meta name="robots" content="noindex" />
7+
<title>Python Wiki CMS</title>
8+
</head>
9+
<body>
10+
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
11+
</body>
1212
</html>

0 commit comments

Comments
 (0)