convert some pages to json and update staticCMS config
All checks were successful
Hugo / build (push) Successful in 10s

This commit is contained in:
brooke 2024-06-11 14:42:35 -04:00
parent 67ddfe4065
commit 525f7ca8e5
5 changed files with 81 additions and 54 deletions

View file

@ -1,50 +1,50 @@
--- {
date: '2024-05-22T12:47:43-04:00' "date": "2024-05-22T12:47:43-04:00",
title: The Artist "title": "The Artist",
"masonryGallery": [
masonryGallery: {"image": "/img/art/1.webp"},
- image: "/img/art/1.webp" {"image": "/img/art/2.webp"},
- image: "/img/art/2.webp" {"image": "/img/art/3.webp"},
- image: "/img/art/3.webp" {"image": "/img/art/4.webp"},
- image: "/img/art/4.webp" {"image": "/img/art/5.webp"},
- image: "/img/art/5.webp" {"image": "/img/art/6.webp"},
- image: "/img/art/6.webp" {"image": "/img/art/7.webp"},
- image: "/img/art/7.webp" {"image": "/img/art/8.webp"},
- image: "/img/art/8.webp" {"image": "/img/art/9.webp"},
- image: "/img/art/9.webp" {"image": "/img/art/11.webp"},
- image: "/img/art/11.webp" {"image": "/img/art/12.webp"},
- image: "/img/art/12.webp" {"image": "/img/art/13.webp"},
- image: "/img/art/13.webp" {"image": "/img/art/14.webp"},
- image: "/img/art/14.webp" {"image": "/img/art/15.webp"},
- image: "/img/art/15.webp" {"image": "/img/art/16.webp"},
- image: "/img/art/16.webp" {"image": "/img/art/17.webp"},
- image: "/img/art/17.webp" {"image": "/img/art/18.webp"},
- image: "/img/art/18.webp" {"image": "/img/art/19.webp"},
- image: "/img/art/19.webp" {"image": "/img/art/21.webp"},
- image: "/img/art/21.webp" {"image": "/img/art/22.webp"},
- image: "/img/art/22.webp" {"image": "/img/art/23.webp"},
- image: "/img/art/23.webp" {"image": "/img/art/24.webp"},
- image: "/img/art/24.webp" {"image": "/img/art/25.webp"},
- image: "/img/art/25.webp" {"image": "/img/art/26.webp"},
- image: "/img/art/26.webp" {"image": "/img/art/27.webp"},
- image: "/img/art/27.webp" {"image": "/img/art/28.webp"},
- image: "/img/art/28.webp" {"image": "/img/art/29.webp"},
- image: "/img/art/29.webp" {"image": "/img/art/31.webp"},
- image: "/img/art/31.webp" {"image": "/img/art/32.webp"},
- image: "/img/art/32.webp" {"image": "/img/art/33.webp"},
- image: "/img/art/33.webp" {"image": "/img/art/34.webp"},
- image: "/img/art/34.webp" {"image": "/img/art/35.webp"},
- image: "/img/art/35.webp" {"image": "/img/art/36.webp"},
- image: "/img/art/36.webp" {"image": "/img/art/37.webp"},
- image: "/img/art/37.webp" {"image": "/img/art/38.webp"},
- image: "/img/art/38.webp" {"image": "/img/art/39.webp"},
- image: "/img/art/39.webp" {"image": "/img/art/41.webp"},
- image: "/img/art/41.webp" {"image": "/img/art/42.webp"},
- image: "/img/art/42.webp" {"image": "/img/art/43.webp"},
- image: "/img/art/43.webp" {"image": "/img/art/44.webp"},
- image: "/img/art/44.webp" {"image": "/img/art/45.webp"}
- image: "/img/art/45.webp" ]
--- }
Introducing **Ian Gallo**, a metal sculpture artist who is rapidly making a name for himself through his unique approach to metalworking. With a reputation in the wedding industry, Ian has collaborated with numerus floral designers to create stunning and unforgettable displays for big name clients. Introducing **Ian Gallo**, a metal sculpture artist who is rapidly making a name for himself through his unique approach to metalworking. With a reputation in the wedding industry, Ian has collaborated with numerus floral designers to create stunning and unforgettable displays for big name clients.

View file

View file

@ -1,8 +1,6 @@
--- ---
date: '2024-05-22T12:47:43-04:00' date: '2024-05-22T12:47:43-04:00'
title: 'Contact Us!' title: 'Contact Us'
--- ---
{{< rawhtml >}}
{{< /rawhtml >}}

View file

@ -48,7 +48,7 @@ collections:
- label: Date - label: Date
name: date name: date
widget: datetime widget: datetime
- label: Questions - label: Question
name: questions name: questions
widget: list widget: list
fields: fields:
@ -61,3 +61,32 @@ collections:
- label: Learn more link (optional) - label: Learn more link (optional)
name: learnMore name: learnMore
widget: string widget: string
- name: catalog
label: Catalog
file: content/catalog/index.md
fields:
- label: Item
name: item
widget: string
- label: Quantity
name: quant
widget: number
- label: Dimensions
name: dimensions
widget: string
- label: Base Cost
name: baseCost
widget: string
- label: Delivery/Pickup Cost
name: deliveryPickup
widget: string
- label: Install/Breakdown Cost
name: installBreakdown
widget: number
- label: Purchase Cost
name: purchaseCost
widget: string
- label: Category
name: cat
widget: select
options: ["Backdrops", "Arches", "Canopies", "Chandeliers", "Signaturepieces", "Centerpieces" "Other"]

File diff suppressed because one or more lines are too long