changed main blog location
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 39s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 39s
This commit is contained in:
@@ -11,7 +11,7 @@ public_folder: "/images/uploads" # The src attribute for uploaded media
|
|||||||
collections:
|
collections:
|
||||||
- name: "posts" # Used in routes, e.g., /admin/collections/blog
|
- name: "posts" # Used in routes, e.g., /admin/collections/blog
|
||||||
label: "Blog Posts" # Used in the UI
|
label: "Blog Posts" # Used in the UI
|
||||||
folder: "content/posts" # The path to the folder where the documents are stored
|
folder: "content/blog/posts" # 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
|
slug: "{{year}}-{{month}}-{{day}}-{{slug}}" # Filename template
|
||||||
fields: # The fields for each document
|
fields: # The fields for each document
|
||||||
|
|||||||
Reference in New Issue
Block a user