fix pages collections
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
c9462c7bcc
commit
7092dfdcf9
|
@ -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"}
|
||||
|
|
Loading…
Reference in New Issue