Gatsby Starter – WordPress Twenty Twenty
A port of the WordPress Twenty Twenty theme to Gatsby. test
This starter uses Gatsby V3 and the new gatsby-source-wordpress@v5
. You can find documentation for that package here.
Checkout some options of the source plugin: plugin-options.md
Plugin Versions
Last tested with the following plugin versions.
- WPGraphQL: 1.3.8
- WPGatsby: 1.0.10
- gatsby-source-wordpress: 5.5.0
- gatsby-plugin-image: 1.5.0
WordPress Setup
- 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 a SocialIcon
function that parses svgs depending on the Link label
- Rename
.env.example
file to .env
and edit it with your domain variables. Make sure to fill all variables properly.WPGRAPHQL_URL
– Your GraphQL endpointSITE_URL
– Your frontend domain (without ending slash) to stitch together SEO relevant image urls.
Limitations
- 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.
Links
Acknowledgements
Gatsby WordPress Twenty Twenty
Readme
Gatsby Starter – WordPress Twenty Twenty
A port of the WordPress Twenty Twenty theme to Gatsby. test
This starter uses Gatsby V3 and the new
gatsby-source-wordpress@v5
. You can find documentation for that package here.Checkout some options of the source plugin: plugin-options.md
Plugin Versions
Last tested with the following plugin versions.
WordPress Setup
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 drawerSocialMenu.js
. There is aSocialIcon
function that parses svgs depending on the Link label.env.example
file to.env
and edit it with your domain variables. Make sure to fill all variables properly.WPGRAPHQL_URL
– Your GraphQL endpointSITE_URL
– Your frontend domain (without ending slash) to stitch together SEO relevant image urls.Limitations
Links
Acknowledgements