Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matt-landers/gatsby-wpe
- Owner: matt-landers
- License: mit
- Created: 2020-04-16T14:35:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T15:27:22.000Z (over 3 years ago)
- Last Synced: 2023-02-27T11:33:52.560Z (almost 2 years ago)
- Language: JavaScript
- Size: 789 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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,
},
},
```