Skip to content

Commit 156cfe0

Browse files
committed
Set up DecapCMS and Git Gateway (#1, #2)
- Moved config to _extra/admin to match documentation path
1 parent ecaba88 commit 156cfe0

3 files changed

Lines changed: 13 additions & 14 deletions

File tree

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/admin/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!doctype html>
2+
<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/decap-cms@^3.0.0/dist/decap-cms.js"></script>
11+
</body>
12+
</html>

_extra/edit/index.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)