hatsumatsu / gatsby-toolkit

WordPress + Gatsby. Build, deploy & connect.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby ToolKit

This plugin was formerly know as "LittleBot Netlify". It was renamed to avoid confusion as it can be used to trigger build hooks at, say, AWS Amplify, GitHub or any service that provides a WebHook – not just Netlify.

Connect your WordPress website to Netlify (or any service that provides a buildhook) by triggering stage and or production build hooks on post save and or update. This plugin is not tied to Netlify, you can connect other CI systems with webhooks enabled like CircleCI, Travis, AWS Amplify, etc.

Installation

  • Download or clone repository
  • Move gatsby-toolkit to your plugins directory or zip and upload
  • Activate plugin
  • Add at least one buildhook URL to the setings page Settings > Gatsby Toolkit

Using Netlify? (It's awesome BTW)

  • Create at least one site at Netlify
  • Create a build hook for each site (or just one if you're just using one site)
  • Add build hook to the Settings > Gatsby Toolkit
  • Your WordPress site will call your build hook(s) when publishing, updating or deleting a post

Getting started with Gatsby?

Gatsby Theme Publisher is a plug-and-play Gatsby theme.

Q & A

Q Do you need two sites at Netlify?

A No. This plugin will call your build hook and build your Gatsby (or whatever) site no matter what. The starter mentioned above facilitates a two environment Gatsby set up but other than that, this plugin is totally front end agnostic and you could just as easy trigger one build hook by only adding one build hook URL.

Q Does this plugin support Gutenberg?

A This plugin supports both GutenLOVERS and GutenHATERS. How? It supports Gutenberg as that is what the WordPress editing experience is now. Don't like Gutenberg? This plugin also supports the Classic Editor.

Q Can I use this plugin with other similar system to Netlify like for example AWS Amplify?

A YES. You can use a CI like Amplify, Circle, Travis etc. Depending on what you are trying to do, the plugin may still work as it just calls a webhook URL with some logic around various publishing hooks.

About

WordPress + Gatsby. Build, deploy & connect.


Languages

Language:PHP 99.2%Language:CSS 0.6%Language:JavaScript 0.2%