Deploying your Gatsby site to AWS S3 bucket | gatsby-plugin-s3 | Circleci

Posted on

In this blog you will learn about how to deploy your Gatsby site to AWS S3 bucket. There are several ways to deploy it: AWS CLI AWS CLI with gatsby-plugin-s3 plugin Circleci 1. Using AWS CLI Lets install aws cli globally first. Then we need to configure using the below command and enter our AWS_ACCESS_KEY_ID

Read More

New PWA Gatsby WordPress Theme – in React using ACF and wp-graphql

Posted on

In this blog, you will know about a new Gatsby WordPress Theme, that uses a decoupled WordPress architecture . You can publish post pages, set up menus , widgets from WordPress backend and this react theme will serve the WordPress content in the front end as a Single Page Application ( SPA ) . Now

Read More

Using gatsby-source-wordpress-experimental to create Gatsby site

Posted on

In this blog you will learn about how to create a Gatsby site, that uses WordPress in the backend and React in the front-end using Gatsby static site generator. The gatsby plugin gatsby-source-wordpress-experimental is currently in the development stage and should be part of upcoming gatsby-source-wordpress v4 . So let’s try it out. WordPress Set

Read More