params list home page
All checks were successful
Hugo / build (push) Successful in 4s

This commit is contained in:
brooke 2024-08-20 16:24:32 -04:00
parent 4db65583a5
commit 1aad7a38de

View file

@ -27,12 +27,80 @@ collections:
label: Home label: Home
file: content/_index.md file: content/_index.md
fields: fields:
- label: Title - label: "Params"
name: title name: "params"
widget: string widget: "list"
- label: Body allow_add: false
name: body fields:
widget: markdown - label: "Logo"
name: "logo"
widget: "image"
required: true
default: "/media/gallo_welding_inverted.svg"
- label: "Logo Alt Text"
name: "logoAlt"
widget: "string"
required: true
default: "Gallo Welding & Fabrication"
- label: "Copy Name"
name: "copyName"
widget: "string"
required: true
default: "Gallo Welding"
- label: "Header Title"
name: "headerTitle"
widget: "string"
required: true
default: "Gallo Welding & Fabrication"
- label: "Header Image"
name: "headerImg"
widget: "image"
required: true
default: "/media/wide.webp"
- label: "Header Description"
name: "headerDesc"
widget: "text"
required: true
default: |
Gallo Welding, based in Atlanta, provides exceptional structures for diverse
industries. With over a decade of experience, Ian Gallo specializes in
hand-welded, durable structures at affordable prices while prioritizing
professionalism and inclusivity.
- label: "Catalog Buttons"
name: "catalogButtons"
widget: "list"
fields:
- label: "Category Name"
name: "categoryName"
widget: "string"
required: true
- label: "Image"
name: "img"
widget: "image"
required: true
- label: "Alt Text"
name: "alt"
widget: "string"
- label: "Style"
name: "style"
widget: "string"
- label: "Social Links"
name: "social"
widget: "list"
fields:
- label: "URL"
name: "url"
widget: "string"
required: true
- label: "Label"
name: "label"
widget: "string"
required: true
- label: "Icon"
name: "icon"
widget: "code"
language: "html"
required: true
- name: artist - name: artist
label: The Artist label: The Artist
file: content/artist/index.md file: content/artist/index.md