From eff4e5cc44e3d6e09f20dcca6d8b5814121e675e Mon Sep 17 00:00:00 2001 From: "tina-cloud-app[bot]" <58178390+tina-cloud-app[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:30:24 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=B1=20Astro=20Page=20=E2=80=93=20Addin?= =?UTF-8?q?g=20in=20Community=20Video=20(#2254)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * TinaCMS content update * TinaCMS content update * TinaCMS content update * TinaCMS content update * TinaCMS content update * TinaCMS content update * TinaCMS content update * TinaCMS content update * TinaCMS content update * Update astro.json --------- Co-authored-by: tina-cloud-app[bot] <58178390+tina-cloud-app[bot]@users.noreply.github.com> Co-authored-by: Isaac Lombard [SSW] <152236421+isaaclombardssw@users.noreply.github.com> --- content/blocksPages/astro.json | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/content/blocksPages/astro.json b/content/blocksPages/astro.json index 2340dbf10..bf2eb651a 100644 --- a/content/blocksPages/astro.json +++ b/content/blocksPages/astro.json @@ -1,10 +1,24 @@ { + "seo": { + "title": "TinaCMS for Astro", + "description": "Enhance your Astro development workflow with TinaCMS. Seamlessly manage content, enable live editing, and streamline collaboration for your Astro websites." + }, "blocks": [ { "headline": "TinaCMS for Astro", "text": "Combine the best of Astro and TinaCMS to create dynamic, content-rich websites with ease.", "_template": "hero" }, + { + "body": "Astro is great for content-heavy sites, marrying nicely with the content management capabilities of TinaCMS.\n\nInterested in seeing how you can maximize your Astro site with TinaCMS? Check out this video from Steven, showing how you can wire it up\n", + "mediaColumnItem": [ + { + "embedUrl": "https://www.youtube.com/embed/5Opvp6z1uSc?si=WMrhNb3hMWvAHpQd", + "_template": "youtubeMedia" + } + ], + "_template": "textMediaColumnComponent" + }, { "items": [ { @@ -40,27 +54,23 @@ "questions": [ { "question": "Can I use TinaCMS with my existing Astro project?", - "answer": "Absolutely! TinaCMS is designed to seamlessly integrate with existing Astro projects. You can easily incorporate TinaCMS into your Astro website and start managing your content efficiently without any major modifications." + "answer": "Absolutely! TinaCMS is designed to seamlessly integrate with existing Astro projects. You can easily incorporate TinaCMS into your Astro website and start managing your content efficiently without any major modifications.\n" }, { "question": "Is TinaCMS suitable for both small and large-scale Astro websites?", - "answer": "Yes! TinaCMS is built to scale and can be used for both small and large-scale Astro websites. Whether you're building a simple portfolio site or a complex web application, TinaCMS provides the flexibility and functionality you need." + "answer": "Yes! TinaCMS is built to scale and can be used for both small and large-scale Astro websites. Whether you're building a simple portfolio site or a complex web application, TinaCMS provides the flexibility and functionality you need.\n" }, { "question": "Can I customize the TinaCMS interface for Astro editing?", - "answer": "Definitely! TinaCMS offers extensive customization options. You can tailor the editing interface to match your Astro website's design and branding, providing a seamless and consistent editing experience for content authors." + "answer": "Definitely! TinaCMS offers extensive customization options. You can tailor the editing interface to match your Astro website's design and branding, providing a seamless and consistent editing experience for content authors.\n" }, { "question": "How can I get started with TinaCMS and Astro?", - "answer": "To begin using TinaCMS with Astro, refer to our comprehensive documentation and integration guides. We provide step-by-step instructions and examples to help you set up TinaCMS and unlock the full potential of content management in Astro." + "answer": "To begin using TinaCMS with Astro, refer to our comprehensive documentation and integration guides. We provide step-by-step instructions and examples to help you set up TinaCMS and unlock the full potential of content management in Astro.\n" } ], "color": "white", "_template": "faq" } - ], - "seo": { - "title": "TinaCMS for Astro", - "description": "Enhance your Astro development workflow with TinaCMS. Seamlessly manage content, enable live editing, and streamline collaboration for your Astro websites." - } + ] }