parent
97b429a591
commit
bc062fcfb2
1 changed files with 32 additions and 0 deletions
|
@ -18,6 +18,7 @@ logo_url: https://www.gallowelding.com/img/gallo_welding_inverted.svg
|
|||
locale: en
|
||||
show_preview_links: false
|
||||
search: false
|
||||
preview: false
|
||||
collections:
|
||||
- name: pages
|
||||
label: Pages
|
||||
|
@ -26,6 +27,7 @@ collections:
|
|||
- name: artist
|
||||
label: The Artist
|
||||
file: content/art/index.md
|
||||
preview: false
|
||||
fields:
|
||||
- label: Title
|
||||
name: title
|
||||
|
@ -33,12 +35,40 @@ collections:
|
|||
- label: Date
|
||||
name: date
|
||||
widget: datetime
|
||||
- label: "Buttons"
|
||||
name: "buttons"
|
||||
widget: "list"
|
||||
fields:
|
||||
- { label: "Text", name: "text", widget: "string" }
|
||||
- { label: "URL", name: "url", widget: "string" }
|
||||
- { label: "SVG Icon", name: "icon", widget: "string" }
|
||||
- label: Body
|
||||
name: body
|
||||
widget: markdown
|
||||
- name: bio
|
||||
label: Artist Bio
|
||||
file: content/bio/index.md
|
||||
preview: false
|
||||
fields:
|
||||
- label: Title
|
||||
name: title
|
||||
widget: string
|
||||
- label: Date
|
||||
name: date
|
||||
widget: datetime
|
||||
- label: "Buttons"
|
||||
name: "buttons"
|
||||
widget: "list"
|
||||
fields:
|
||||
- { label: "Text", name: "text", widget: "string" }
|
||||
- { label: "URL", name: "url", widget: "string" }
|
||||
- label: Body
|
||||
name: body
|
||||
widget: markdown
|
||||
- name: about
|
||||
label: About Us
|
||||
file: content/about/index.md
|
||||
preview: false
|
||||
fields:
|
||||
- label: Title
|
||||
name: title
|
||||
|
@ -65,6 +95,7 @@ collections:
|
|||
- name: faq
|
||||
label: FAQ
|
||||
file: content/faq/index.md
|
||||
preview: false
|
||||
fields:
|
||||
- label: Title
|
||||
name: title
|
||||
|
@ -89,6 +120,7 @@ collections:
|
|||
- name: catalog
|
||||
label: Catalog
|
||||
file: content/catalog/index.md
|
||||
preview: false
|
||||
fields:
|
||||
- label: Title
|
||||
name: title
|
||||
|
|
Loading…
Add table
Reference in a new issue