matt-landers / gatsby-wpe

Headless WordPress site using Gatsby running on WP Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby

Headless WordPress using Gatsby running on WP Engine

This is a demo site that connects to a WordPress instance on WP Engine.

Want to try it on your site?

Clone this repo and change the gatsby-config.js to point to your WordPress instance:

{
  resolve: `gatsby-source-wordpress`,
  options: {
    // change to your site
    baseUrl: `headlesswpe.wpengine.com`,
    protocol: `https`,
    hostingWPCOM: false,
    // does your site use the Advanced Custom Fields Plugin?
    useACF: false,
  },
},

About

Headless WordPress site using Gatsby running on WP Engine

License:MIT License


Languages

Language:JavaScript 52.0%Language:CSS 48.0%