Skip to content
This repository was archived by the owner on Jan 1, 2023. It is now read-only.

Features

Tyler Barnes edited this page Dec 28, 2018 · 2 revisions
  • Wordsby Admin commits JSON and media files directly to your git repo (like netlify cms).
  • Instant previews from WP admin for all post types
  • Easy integration with WordPress forms, comments, and any other WP plugin.
  • WP permalink structure is used for Gatsby pathnames & links
  • WP menus work
  • WP post/page template dropdown is connected to Gatsby
  • Basic template hierarchy with default template support so editors and admins can't break the build
  • Edit page permalinks point to your actual Gatsby frontend
  • Any post or page can become an archive page with pagination via a checkbox on each post/page edit screen
  • Taxonomy term and archive pages are built automatically if there is a template for them in gatsby
  • Page context contains previous / next post names and links relative to the current page
  • Schema builder to build out your graphql schema and prevent the missing data bug in gatsby that breaks your build when you're missing acf flexible content fields, one post of every post type, and one category.

Bonus features:

  • Improved WP admin theme
  • Automatic unsplash nature avatars for all users
  • Faster gatsby develop for small to medium sized sites
  • ACF-to-REST plugin is not needed as ACF support is built in
Clone this wiki locally