2
2
name : git-gateway
3
3
branch : master # Branch to update (optional; defaults to master)
4
4
5
- media_folder : " static/public " # Media files will be stored in the repo under public/public
6
- public_folder : " /public " # Folder path where uploaded files will be accessed, relative to the base of the built site
5
+ media_folder : " unoptimized-images/ " # Media files will be stored in the repo under public/uploads
6
+ public_folder : " /" # Folder path where uploaded files will be accessed, relative to the base of the built site
7
7
8
8
collections :
9
9
- name : " articles" # Used in routes, e.g., /admin/collections/blog
@@ -13,7 +13,7 @@ collections:
13
13
slug : " {{slug}}" # Filename template, e.g., YYYY-MM-DD-title.md
14
14
fields : # The fields for each document, usually in front matter.
15
15
# Remove any that aren't needed for posts
16
- - {label: "Layout", name: "layout", widget: "hidden", default: "blog ", required: false}
16
+ - {label: "Layout", name: "layout", widget: "hidden", default: "post ", required: false}
17
17
- {label: "Title", name: "title", widget: "string"}
18
18
- {label: "Author", name: "author", widget: "string", required: false}
19
19
- {label: "Published", name: "created", widget: "datetime", required: false}
0 commit comments