We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecaba88 commit 156cfe0Copy full SHA for 156cfe0
3 files changed
_extra/edit/config.yml _extra/admin/config.yml_extra/edit/config.yml renamed to _extra/admin/config.yml
@@ -1,8 +1,7 @@
1
backend:
2
- name: github
+ name: git-gateway
3
repo: psf/wiki
4
branch: main
5
- base_url: https://api.wiki.python.org
6
7
search: false
8
_extra/admin/index.html
@@ -0,0 +1,12 @@
+<!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>Python Wiki CMS</title>
+ </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
0 commit comments