fix pages collections
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
nicholas 2024-03-05 21:47:17 +00:00
parent c9462c7bcc
commit 7092dfdcf9
1 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ backend:
media_folder: "assets/images"
# public_folder: "site"
collections:
- label: "Navigation"
@ -31,17 +31,17 @@ collections:
files:
- label: "Landing Page"
name: Landing
file: "README.md"
file: "site/README.md"
fields:
- { label: 'Body', name: 'body', widget: 'markdown' }
- label: "Sidebar"
name: Sidebar
file: "_sidebar.md"
file: "site/_sidebar.md"
fields:
- { label: 'Body', name: 'body', widget: 'markdown' }
- label: "Pages"
name: Content
folder: "pages"
folder: "site/pages"
create: true
fields:
- {label: "Body", name: "body", widget: "markdown"}