From 2e4a52a9329eba629b065579bd2c292f6e117f11 Mon Sep 17 00:00:00 2001 From: Rishi Raj Jain Date: Mon, 15 Apr 2024 22:41:17 +0530 Subject: [PATCH 1/5] Update content.mdx --- src/content/docs/en/community-resources/content.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/content/docs/en/community-resources/content.mdx b/src/content/docs/en/community-resources/content.mdx index 632963556b6b0..d5940952d17ab 100644 --- a/src/content/docs/en/community-resources/content.mdx +++ b/src/content/docs/en/community-resources/content.mdx @@ -52,6 +52,7 @@ Have you written a recipe for Astro? [Edit this page](https://github.com/withast ### Authentication - [Add Github OAuth with Lucia](https://lucia-auth.com/tutorials/github-oauth/astro) - [Add username and password authentication with Lucia](https://lucia-auth.com/tutorials/username-and-password/astro) +- [Authenticating users in Astro with Clerk and React](https://www.launchfa.st/blog/react-astro-clerk) ### RSS - [Use a dynamic filename when importing images](https://vaihe.com/blog/astro/astro-dynamic-image-prop/) - [Add an RSS feed to Astro using Storyblok's stories](https://straffesites.com/en/blog/rss-feed-astro-storyblok) @@ -83,3 +84,7 @@ Have you written a recipe for Astro? [Edit this page](https://github.com/withast ### Astro DB - [Creating a Guestbook with Astro DB](https://ryantrimble.com/blog/creating-a-guestbook-with-astro-db/) - [How to Build a Views Counter with Astro DB](https://www.vorillaz.com/astro-views) +### Deployment Platforms +- [Deploy Astro to AWS Amplify](https://www.launchfa.st/blog/deploy-astro-aws-amplify) +- [Deploy Astro to AWS Elasic Beanstalk](https://www.launchfa.st/blog/deploy-astro-aws-elastic-beanstalk) +- [Deploy Astro to Amazon ECS on AWS Fargate](https://www.launchfa.st/blog/deploy-astro-aws-fargate) From dcbeeccc5050b9db1c2ebe5c89228fa1b73fedb9 Mon Sep 17 00:00:00 2001 From: Rishi Raj Jain Date: Mon, 15 Apr 2024 22:44:03 +0530 Subject: [PATCH 2/5] Update content.mdx --- src/content/docs/en/community-resources/content.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/docs/en/community-resources/content.mdx b/src/content/docs/en/community-resources/content.mdx index d5940952d17ab..37d37f2dd2334 100644 --- a/src/content/docs/en/community-resources/content.mdx +++ b/src/content/docs/en/community-resources/content.mdx @@ -78,6 +78,8 @@ Have you written a recipe for Astro? [Edit this page](https://github.com/withast - [Add searching to your site with Pagefind](https://blog.otterlord.dev/posts/astro-search/) - [Add searching to your site with Fuse.js](https://www.youtube.com/watch?v=XnV_2MWqAhQ) - [Add a comments section to your Astro blog using Giscus](https://elazizi.com/posts/add-comments-section-to-your-astro-blog/) +- [Using GreenSock Animation Platform (GSAP) in Astro](https://www.launchfa.st/blog/gsap-astro) +- [Using GreenSock Animation Platform (GSAP) in Astro with View Transitions](https://www.launchfa.st/blog/gsap-astro-view-transitions) ### Internationalization and Localization - [How to make your Astro website multilingual with Crowdin: Astro localization guide](https://crowdin.com/blog/2023/06/21/astro-localization-and-i18n) - [Translate routes in Astro for content collections and subpages](https://www.webdesign-sopelnik.de/en/blog/translate-routes-for-astro-content-collections-or-subpages-with-trailingslash-and-base-support/) From b7fc03929883fd9ff1fa875ebc6b14e831ee74ec Mon Sep 17 00:00:00 2001 From: Rishi Raj Jain Date: Tue, 16 Apr 2024 11:18:32 +0530 Subject: [PATCH 3/5] Create animation categories --- src/content/docs/en/community-resources/content.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/en/community-resources/content.mdx b/src/content/docs/en/community-resources/content.mdx index 37d37f2dd2334..4810545bee964 100644 --- a/src/content/docs/en/community-resources/content.mdx +++ b/src/content/docs/en/community-resources/content.mdx @@ -78,6 +78,7 @@ Have you written a recipe for Astro? [Edit this page](https://github.com/withast - [Add searching to your site with Pagefind](https://blog.otterlord.dev/posts/astro-search/) - [Add searching to your site with Fuse.js](https://www.youtube.com/watch?v=XnV_2MWqAhQ) - [Add a comments section to your Astro blog using Giscus](https://elazizi.com/posts/add-comments-section-to-your-astro-blog/) +## Animation - [Using GreenSock Animation Platform (GSAP) in Astro](https://www.launchfa.st/blog/gsap-astro) - [Using GreenSock Animation Platform (GSAP) in Astro with View Transitions](https://www.launchfa.st/blog/gsap-astro-view-transitions) ### Internationalization and Localization From d126a8742d055048739cbf9637d9c244c1ed932b Mon Sep 17 00:00:00 2001 From: Rishi Raj Jain Date: Tue, 16 Apr 2024 11:20:16 +0530 Subject: [PATCH 4/5] move to aws community resources --- src/content/docs/en/community-resources/content.mdx | 4 ---- src/content/docs/en/guides/deploy/aws.mdx | 6 ++++++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/content/docs/en/community-resources/content.mdx b/src/content/docs/en/community-resources/content.mdx index 4810545bee964..d29f57df6baf1 100644 --- a/src/content/docs/en/community-resources/content.mdx +++ b/src/content/docs/en/community-resources/content.mdx @@ -87,7 +87,3 @@ Have you written a recipe for Astro? [Edit this page](https://github.com/withast ### Astro DB - [Creating a Guestbook with Astro DB](https://ryantrimble.com/blog/creating-a-guestbook-with-astro-db/) - [How to Build a Views Counter with Astro DB](https://www.vorillaz.com/astro-views) -### Deployment Platforms -- [Deploy Astro to AWS Amplify](https://www.launchfa.st/blog/deploy-astro-aws-amplify) -- [Deploy Astro to AWS Elasic Beanstalk](https://www.launchfa.st/blog/deploy-astro-aws-elastic-beanstalk) -- [Deploy Astro to Amazon ECS on AWS Fargate](https://www.launchfa.st/blog/deploy-astro-aws-fargate) diff --git a/src/content/docs/en/guides/deploy/aws.mdx b/src/content/docs/en/guides/deploy/aws.mdx index e528ffcae9a23..efb493f1d3518 100644 --- a/src/content/docs/en/guides/deploy/aws.mdx +++ b/src/content/docs/en/guides/deploy/aws.mdx @@ -214,3 +214,9 @@ There are many ways to set up continuous deployment for AWS. One possibility for :::note Your `BUCKET_ID` is the name of your S3 bucket. Your `DISTRIBUTION_ID` is your CloudFront distribution ID. You can find your CloudFront distribution ID in **CloudFront > Distributions > ID** ::: + +## Community Resources + +- [Deploy Astro to AWS Amplify](https://www.launchfa.st/blog/deploy-astro-aws-amplify) +- [Deploy Astro to AWS Elasic Beanstalk](https://www.launchfa.st/blog/deploy-astro-aws-elastic-beanstalk) +- [Deploy Astro to Amazon ECS on AWS Fargate](https://www.launchfa.st/blog/deploy-astro-aws-fargate) From 4d34d30aa4456b7a4bdc5af9651400a8e820ca61 Mon Sep 17 00:00:00 2001 From: Sarah Rainsberger Date: Tue, 16 Apr 2024 11:10:52 -0300 Subject: [PATCH 5/5] fix heading level --- src/content/docs/en/community-resources/content.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/community-resources/content.mdx b/src/content/docs/en/community-resources/content.mdx index d29f57df6baf1..390fcc8812fef 100644 --- a/src/content/docs/en/community-resources/content.mdx +++ b/src/content/docs/en/community-resources/content.mdx @@ -78,7 +78,7 @@ Have you written a recipe for Astro? [Edit this page](https://github.com/withast - [Add searching to your site with Pagefind](https://blog.otterlord.dev/posts/astro-search/) - [Add searching to your site with Fuse.js](https://www.youtube.com/watch?v=XnV_2MWqAhQ) - [Add a comments section to your Astro blog using Giscus](https://elazizi.com/posts/add-comments-section-to-your-astro-blog/) -## Animation +### Animation - [Using GreenSock Animation Platform (GSAP) in Astro](https://www.launchfa.st/blog/gsap-astro) - [Using GreenSock Animation Platform (GSAP) in Astro with View Transitions](https://www.launchfa.st/blog/gsap-astro-view-transitions) ### Internationalization and Localization