A port of the WordPress Twenty Twenty theme to Gatsby.
Works pretty well but still a work in progress
This starter uses an early alpha version of the upcoming gatsby-source-wordpress@v4
. You can find rough documentation for that package here.
Checkout some options of the source plugin: defaultPluginOptions
Last tested with the following plugin versions.
- WPGraphQL: 0.12.1
- WPGatsby: 0.4.16
- gatsby-source-wordpress-experimental: 1.3.6
- Make sure to install the two required WP plugins wp-gatsby and wp-graphql
- Best you install and activate the default WordPress Twenty Twenty theme
- Make sure you have Menus with the following slugs:
primary
- Thats the top menuextended
- That is the menu that opens on the right side as drawersocial-links-menu
- For the Social menu in the footer and in the expanded drawer- For the social Icons you need to adjust
SocialMenu.js
. There is aSocialIcon
function that parses svgs depending on the Link label
- For the social Icons you need to adjust
- Rename
.env.example
file to.env
and edit it with your domain variables.
- Comments are not implemented yet.
- The monthly archive pages are not implemented.
- Tags are not implemented (only Categories).
- Surely there is more. Feel free to suggest things as issues.
- NeverNull GmbH - The team I'm working with. Checkout what we are building here: mobileui.dev
- @TylerBarnes - Head developer of gatsby-source-wordpress@v4
- @JasonBahl - Head developer of WPGraphQL
- @LouieChristie - Open source contributor