From 88342768ee05ea8a98148f98283d9b2119f9fb93 Mon Sep 17 00:00:00 2001 From: brooke Date: Tue, 11 Jun 2024 14:52:47 -0400 Subject: [PATCH] convert about page to json and update staticCMS config --- content/about/index.md | 41 ++++++++++++---------------- themes/gallo/static/admin/config.yml | 3 +- 2 files changed, 19 insertions(+), 25 deletions(-) diff --git a/content/about/index.md b/content/about/index.md index d383341..4a84bad 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -1,27 +1,20 @@ ---- -title: About Us -date: 2024-06-10T21:53:07-04:00 -galleryColumns: "2" -gallery: - - image: /img/wedding.webp - title: Family Owned - description: "Ian & Caitlin got married and bought a house right here in - Atlanta! The idea for their business began when Ian constructed a stunning - arbor for their wedding. After working closely with an exceptional wedding - florist, the couple expanded their collaborations and began renting out - their commissioned designs. Through this process, they formed strong - relationships and founded a successful and beautiful company. " - - image: /img/ian_profile.webp - title: Metal Art Specialist - description: Ian graduated from Lively Tech's Advanced Welding Program with a - multitude of certifications. Then, he got accepted into Atlanta's UA Local - Union 72 as a pipe welder. While pursuing a career as a high strength - pressurized pipeline welder, Ian discovered a newfound passion for metal - art. Ian's and Caitlin's impressive large-scale metal art installations - were featured multiple times at Okeechobee Festival and Hulaween, fueling - their passion for art and inspiring them to incorporate it into various - aspects of their life. ---- +{ + "title": "About Us", + "date": "2024-06-10T21:53:07-04:00", + "galleryColumns": "2", + "gallery": [ + { + "image": "/img/wedding.webp", + "title": "Family Owned", + "description": "Ian & Caitlin got married and bought a house right here in Atlanta! The idea for their business began when Ian constructed a stunning arbor for their wedding. After working closely with an exceptional wedding florist, the couple expanded their collaborations and began renting out their commissioned designs. Through this process, they formed strong relationships and founded a successful and beautiful company." + }, + { + "image": "/img/ian_profile.webp", + "title": "Metal Art Specialist", + "description": "Ian graduated from Lively Tech's Advanced Welding Program with a multitude of certifications. Then, he got accepted into Atlanta's UA Local Union 72 as a pipe welder. While pursuing a career as a high strength pressurized pipeline welder, Ian discovered a newfound passion for metal art. Ian's and Caitlin's impressive large-scale metal art installations were featured multiple times at Okeechobee Festival and Hulaween, fueling their passion for art and inspiring them to incorporate it into various aspects of their life." + } + ] +} As artists, we approach every project with a passion and pride for our craft. We are committed to delivering exceptional service and high-quality products that exceed our customers' unique needs and expectations. Our fabrication shop is located in Atlanta, but we offer shipping to destinations worldwide. diff --git a/themes/gallo/static/admin/config.yml b/themes/gallo/static/admin/config.yml index efc1b49..0c98e41 100644 --- a/themes/gallo/static/admin/config.yml +++ b/themes/gallo/static/admin/config.yml @@ -5,6 +5,7 @@ backend: app_id: 8cf43676-cdba-4112-a981-9c1117b3d096 api_root: https://git.myco.systems/api/v1 base_url: https://git.myco.systems +disable_local_backup: true media_folder: themes/gallo/static/img site_url: https://gallo.demo.myco.systems logo_url: https://gallo.demo.myco.systems/img/gallo_welding_inverted.svg @@ -109,4 +110,4 @@ collections: fields: - label: Path to image name: image - widget: image \ No newline at end of file + widget: string \ No newline at end of file