Creating Nested Layout Components What’s in this tutorial? Using plugins ✋ Create a new Gatsby site ✋ Install and configure gatsby-plugin-typography ✋ Make some content and styl...
Building a Theme Set up yarn workspaces Create a new empty folder Add a package.json Set up gatsby-theme-events and site Add dependencies to site Add peer dependencies to gatsb...
Preparing a Site to Go Live Audit with Lighthouse ✋ Create a production build Run a Lighthouse audit Add a manifest file ✋ Using gatsby-plugin-manifest Add offline support ✋ U...
Making a Site with User Authentication Prerequisites Security notice Building your Gatsby app Authentication service Creating client-only routes Controlling private routes Re...
Using Prismic with GraphQL Source Plugin Prismic + Gatsby features What’s contained in this tutorial? Prerequisites Preparing your environment Configuring the plugin Fetching ...
Adding Images to a WordPress Site What this tutorial covers: Why go through this tutorial? Installing the gatsby-source-wordpress plugin Installing plugins to help with images ...
Making a Gatsby Blog with Netlify CMS Prerequisites Set up a Netlify CMS-managed Gatsby site in 5 steps: Step 1 Step 2 Step 3 Customizing your site Step 4 Step 5 Benefits of ...
WordPress Source Plugin Tutorial How to create a site with data pulled from WordPress What this tutorial covers: But do you prefer GraphQL? Why go through this tutorial? Creatin...
Programmatically create pages from data What’s in this tutorial? Creating slugs for pages Creating pages Challenge What’s coming next? Programmatically create pages from d...