+3
-1
.editorconfig
+3
-1
.editorconfig
+1
eleventy/config.ts
+1
eleventy/config.ts
+2
site/_includes/base.njk
+2
site/_includes/base.njk
+13
-2
site/admin/config.yml
+13
-2
site/admin/config.yml
···
1
1
backend:
2
-
name: git-gateway
3
-
branch: master # Branch to update (optional; defaults to master)
2
+
name: git-gateway
3
+
branch: master # Branch to update (optional; defaults to master)
4
4
publish_mode: editorial_workflow
5
+
collections:
6
+
- name: journal
7
+
label: Journal
8
+
folder: "site/journal"
9
+
create: true
10
+
fields:
11
+
- label: "Title"
12
+
name: "title"
13
+
media_folder: ""
14
+
media_library:
15
+
name: "Photos"
+1
site/admin/index.html
+1
site/admin/index.html
···
4
4
<meta charset="utf-8" />
5
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
<title>Content Manager</title>
7
+
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
7
8
</head>
8
9
<body>
9
10
<!-- Include the script that builds the page and powers Netlify CMS -->