Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matt-landers/gatsby-wpe

Headless WordPress site using Gatsby running on WP Engine
https://github.com/matt-landers/gatsby-wpe

Last synced: about 1 month ago
JSON representation

Headless WordPress site using Gatsby running on WP Engine

Awesome Lists containing this project

README

        



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,
},
},
```