From 10f05a1c7d856dda03ec440b94a9d6ae01c11a5a Mon Sep 17 00:00:00 2001 From: "tina-cloud-app[bot]" <58178390+tina-cloud-app[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 07:19:23 +0000 Subject: [PATCH 01/10] TinaCMS content update --- content/blocksPages/astro.json | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/content/blocksPages/astro.json b/content/blocksPages/astro.json index 2340dbf10..4d4e50f5d 100644 --- a/content/blocksPages/astro.json +++ b/content/blocksPages/astro.json @@ -1,10 +1,23 @@ { + "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" }, + { + "mediaColumnItem": [ + { + "embedUrl": "https://www.youtube.com/embed/5Opvp6z1uSc?si=WMrhNb3hMWvAHpQd", + "_template": "youtubeMedia" + } + ], + "_template": "textMediaColumnComponent" + }, { "items": [ { @@ -40,27 +53,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." - } -} + ] +} \ No newline at end of file From 78d04fc8cbab94129c6607e66fadafc9c3b8955e Mon Sep 17 00:00:00 2001 From: "tina-cloud-app[bot]" <58178390+tina-cloud-app[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 07:25:48 +0000 Subject: [PATCH 02/10] TinaCMS content update --- content/blocksPages/astro.json | 1 + 1 file changed, 1 insertion(+) diff --git a/content/blocksPages/astro.json b/content/blocksPages/astro.json index 4d4e50f5d..02387f2c3 100644 --- a/content/blocksPages/astro.json +++ b/content/blocksPages/astro.json @@ -10,6 +10,7 @@ "_template": "hero" }, { + "body": "Astro is a flexible yet performant framework. It maximises server-side rendering and ships minimal JS to create \"smaller websites\".\n\nAstro is great for content-heavy sites, marrying nicely with the content management capabilities of TnaCMS.\n\nCheck out this community video by Leabs, that details how to set-up this pairing.\n", "mediaColumnItem": [ { "embedUrl": "https://www.youtube.com/embed/5Opvp6z1uSc?si=WMrhNb3hMWvAHpQd", From e11252e6f43c43fe8bc75810856051a4771de6c8 Mon Sep 17 00:00:00 2001 From: "tina-cloud-app[bot]" <58178390+tina-cloud-app[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 07:26:37 +0000 Subject: [PATCH 03/10] TinaCMS content update --- content/blocksPages/astro.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blocksPages/astro.json b/content/blocksPages/astro.json index 02387f2c3..73c22d55f 100644 --- a/content/blocksPages/astro.json +++ b/content/blocksPages/astro.json @@ -10,7 +10,7 @@ "_template": "hero" }, { - "body": "Astro is a flexible yet performant framework. It maximises server-side rendering and ships minimal JS to create \"smaller websites\".\n\nAstro is great for content-heavy sites, marrying nicely with the content management capabilities of TnaCMS.\n\nCheck out this community video by Leabs, that details how to set-up this pairing.\n", + "body": "Astro is a flexible yet performant framework. It maximises server-side rendering and ships minimal JS to create \"smaller websites\".\n\nAstro is great for content-heavy sites, marrying nicely with the content management capabilities of TinaCMS.\n\nCheck out this community video by Leabs, that details how to set-up this pairing.\n", "mediaColumnItem": [ { "embedUrl": "https://www.youtube.com/embed/5Opvp6z1uSc?si=WMrhNb3hMWvAHpQd", From 92f87784c26773cfacb97cb128fe7df0d9f47fa9 Mon Sep 17 00:00:00 2001 From: "tina-cloud-app[bot]" <58178390+tina-cloud-app[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 07:27:01 +0000 Subject: [PATCH 04/10] TinaCMS content update --- content/blocksPages/astro.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blocksPages/astro.json b/content/blocksPages/astro.json index 73c22d55f..e0b24952e 100644 --- a/content/blocksPages/astro.json +++ b/content/blocksPages/astro.json @@ -10,7 +10,7 @@ "_template": "hero" }, { - "body": "Astro is a flexible yet performant framework. It maximises server-side rendering and ships minimal JS to create \"smaller websites\".\n\nAstro is great for content-heavy sites, marrying nicely with the content management capabilities of TinaCMS.\n\nCheck out this community video by Leabs, that details how to set-up this pairing.\n", + "body": "Astro is great for content-heavy sites, marrying nicely with the content management capabilities of TinaCMS.\n\nCheck out this community video by Leabs, that details how to set-up this pairing.\n", "mediaColumnItem": [ { "embedUrl": "https://www.youtube.com/embed/5Opvp6z1uSc?si=WMrhNb3hMWvAHpQd", From 951f81d380a0fd0d79b9cbbd7c0c343b44be5406 Mon Sep 17 00:00:00 2001 From: "tina-cloud-app[bot]" <58178390+tina-cloud-app[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 07:54:00 +0000 Subject: [PATCH 05/10] TinaCMS content update --- content/blocksPages/astro.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blocksPages/astro.json b/content/blocksPages/astro.json index e0b24952e..2f8f0b477 100644 --- a/content/blocksPages/astro.json +++ b/content/blocksPages/astro.json @@ -10,7 +10,7 @@ "_template": "hero" }, { - "body": "Astro is great for content-heavy sites, marrying nicely with the content management capabilities of TinaCMS.\n\nCheck out this community video by Leabs, that details how to set-up this pairing.\n", + "body": "Astro is great for content-heavy sites, marrying nicely with the content management capabilities of TinaCMS.\n\nCheck out this community video by Steven, that details how to set-up this pairing.\n", "mediaColumnItem": [ { "embedUrl": "https://www.youtube.com/embed/5Opvp6z1uSc?si=WMrhNb3hMWvAHpQd", From 8e7768ebdebdca889d207663817f1fc1e4306b35 Mon Sep 17 00:00:00 2001 From: "tina-cloud-app[bot]" <58178390+tina-cloud-app[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 07:54:28 +0000 Subject: [PATCH 06/10] TinaCMS content update --- content/blocksPages/astro.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blocksPages/astro.json b/content/blocksPages/astro.json index 2f8f0b477..10da2632d 100644 --- a/content/blocksPages/astro.json +++ b/content/blocksPages/astro.json @@ -10,7 +10,7 @@ "_template": "hero" }, { - "body": "Astro is great for content-heavy sites, marrying nicely with the content management capabilities of TinaCMS.\n\nCheck out this community video by Steven, that details how to set-up this pairing.\n", + "body": "Astro is great for content-heavy sites, marrying nicely with the content management capabilities of TinaCMS.\n\nCheck out this community video by Steven, that details how to set-up the pairing.\n", "mediaColumnItem": [ { "embedUrl": "https://www.youtube.com/embed/5Opvp6z1uSc?si=WMrhNb3hMWvAHpQd", From ad99f01147f3f44e2eefccae7da467921bcfa54a Mon Sep 17 00:00:00 2001 From: "tina-cloud-app[bot]" <58178390+tina-cloud-app[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 07:54:46 +0000 Subject: [PATCH 07/10] TinaCMS content update --- content/blocksPages/astro.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blocksPages/astro.json b/content/blocksPages/astro.json index 10da2632d..169bd3311 100644 --- a/content/blocksPages/astro.json +++ b/content/blocksPages/astro.json @@ -10,7 +10,7 @@ "_template": "hero" }, { - "body": "Astro is great for content-heavy sites, marrying nicely with the content management capabilities of TinaCMS.\n\nCheck out this community video by Steven, that details how to set-up the pairing.\n", + "body": "Astro is great for content-heavy sites, marrying nicely with the content management capabilities of TinaCMS.\n\nCheck out this community video by Steven, detailing how to set-up the pairing.\n", "mediaColumnItem": [ { "embedUrl": "https://www.youtube.com/embed/5Opvp6z1uSc?si=WMrhNb3hMWvAHpQd", From d0f58fec35dbe5c6cbe95cc49be6887f2ade1070 Mon Sep 17 00:00:00 2001 From: "tina-cloud-app[bot]" <58178390+tina-cloud-app[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 07:55:22 +0000 Subject: [PATCH 08/10] TinaCMS content update --- content/blocksPages/astro.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blocksPages/astro.json b/content/blocksPages/astro.json index 169bd3311..10da2632d 100644 --- a/content/blocksPages/astro.json +++ b/content/blocksPages/astro.json @@ -10,7 +10,7 @@ "_template": "hero" }, { - "body": "Astro is great for content-heavy sites, marrying nicely with the content management capabilities of TinaCMS.\n\nCheck out this community video by Steven, detailing how to set-up the pairing.\n", + "body": "Astro is great for content-heavy sites, marrying nicely with the content management capabilities of TinaCMS.\n\nCheck out this community video by Steven, that details how to set-up the pairing.\n", "mediaColumnItem": [ { "embedUrl": "https://www.youtube.com/embed/5Opvp6z1uSc?si=WMrhNb3hMWvAHpQd", From ca61d572bb6c393ad6d19b335521587d15f58aaa Mon Sep 17 00:00:00 2001 From: "tina-cloud-app[bot]" <58178390+tina-cloud-app[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 07:56:53 +0000 Subject: [PATCH 09/10] TinaCMS content update --- content/blocksPages/astro.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blocksPages/astro.json b/content/blocksPages/astro.json index 10da2632d..f0f39cfbf 100644 --- a/content/blocksPages/astro.json +++ b/content/blocksPages/astro.json @@ -10,7 +10,7 @@ "_template": "hero" }, { - "body": "Astro is great for content-heavy sites, marrying nicely with the content management capabilities of TinaCMS.\n\nCheck out this community video by Steven, that details how to set-up the pairing.\n", + "body": "Astro is great for content-heavy sites, marrying nicely with the content management capabilities of TinaCMS.\n\nCheck out this community video by Steven, going into detail on how to set this pairing up.\n", "mediaColumnItem": [ { "embedUrl": "https://www.youtube.com/embed/5Opvp6z1uSc?si=WMrhNb3hMWvAHpQd", From 71dd97832e6e7b1f0a948fa3d491e507ee627470 Mon Sep 17 00:00:00 2001 From: "Isaac Lombard [SSW]" <152236421+isaaclombardssw@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:05:17 +1000 Subject: [PATCH 10/10] Update astro.json --- content/blocksPages/astro.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blocksPages/astro.json b/content/blocksPages/astro.json index f0f39cfbf..bf2eb651a 100644 --- a/content/blocksPages/astro.json +++ b/content/blocksPages/astro.json @@ -10,7 +10,7 @@ "_template": "hero" }, { - "body": "Astro is great for content-heavy sites, marrying nicely with the content management capabilities of TinaCMS.\n\nCheck out this community video by Steven, going into detail on how to set this pairing up.\n", + "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", @@ -73,4 +73,4 @@ "_template": "faq" } ] -} \ No newline at end of file +}