From 5f6cbad0f1882b0d3a17509f85732ce90ee5f760 Mon Sep 17 00:00:00 2001 From: chark1es Date: Sun, 17 Mar 2024 22:30:16 -0700 Subject: [PATCH] Update config.yml --- public/admin/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/admin/config.yml b/public/admin/config.yml index 3ed40ee..faddf0c 100644 --- a/public/admin/config.yml +++ b/public/admin/config.yml @@ -2,13 +2,15 @@ backend: name: git-gateway branch: main +publish_mode: editorial_workflow + media_folder: "static/images/uploads" # Media files will be stored in the repo under static/images/uploads public_folder: "/images/uploads" collections: - name: "SuperComputing" # Used in routes, e.g., /admin/collections/blog 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 slug: "{{year}}-{{month}}-{{day}}-{{slug}}" # Filename template, e.g., YYYY-MM-DD-title.md fields: # The fields for each document, usually in front matter