Update config.yml
This commit is contained in:
parent
144ce43d45
commit
5f6cbad0f1
1 changed files with 3 additions and 1 deletions
|
@ -2,13 +2,15 @@ backend:
|
||||||
name: git-gateway
|
name: git-gateway
|
||||||
branch: main
|
branch: main
|
||||||
|
|
||||||
|
publish_mode: editorial_workflow
|
||||||
|
|
||||||
media_folder: "static/images/uploads" # Media files will be stored in the repo under static/images/uploads
|
media_folder: "static/images/uploads" # Media files will be stored in the repo under static/images/uploads
|
||||||
public_folder: "/images/uploads"
|
public_folder: "/images/uploads"
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
- name: "SuperComputing" # Used in routes, e.g., /admin/collections/blog
|
- name: "SuperComputing" # Used in routes, e.g., /admin/collections/blog
|
||||||
label: "SuperComputing" # Used in the UI
|
label: "SuperComputing" # Used in the UI
|
||||||
folder: "../../content/supercomputing" # The path to the folder where the documents are stored
|
folder: "pages/supercomputing" # The path to the folder where the documents are stored
|
||||||
create: true # Allow users to create new documents in this collection
|
create: true # Allow users to create new documents in this collection
|
||||||
slug: "{{year}}-{{month}}-{{day}}-{{slug}}" # Filename template, e.g., YYYY-MM-DD-title.md
|
slug: "{{year}}-{{month}}-{{day}}-{{slug}}" # Filename template, e.g., YYYY-MM-DD-title.md
|
||||||
fields: # The fields for each document, usually in front matter
|
fields: # The fields for each document, usually in front matter
|
||||||
|
|
Loading…
Reference in a new issue