A bare-bones Gatsby starter powered by WordPress and WPGraphQL!
Includes support for:
- Gutenberg via wp-block-components
- Menus
- Posts
- Pages
- Category, Tag, and Author archives
- Basic SEO
- Sorry, neither WordPress comments nor search don't work just yet. But I welcome your contributions!
The following plugins are required to be activated on a WordPress website:
These plugins are optional:
gatsby new <project-name> https://github.com/gregrickaby/gatsby-starter-wordpress-graphql
Open gatsby-config.js
and point the URLs at your WordPress websites.
yarn start
Clear Gatsby's cache and start fresh
yarn clean
Build/Test before a deployment
yarn build
The demo is hosted on Netlify and deployments are triggered by commits to master
and with Deploy Netlify Webhook.
Feel free to create an issue and read about how to Contribute.
Thanks to the awesome Gatsby community for all the ❤️!