Photo by Damian Zaleski on Unsplash
I'm really impressed with Gatsby's plugin architecture. Here's my current list of plugins
- gatsby-plugin-feed
- gatsby-plugin-google-analytics
- gatsby-plugin-manifest
- gatsby-plugin-netlify
- gatsby-plugin-netlify-cms
- gatsby-plugin-offline
- gatsby-plugin-purgecss
- gatsby-plugin-react-helmet
- gatsby-plugin-sass
- gatsby-plugin-sharp
- gatsby-plugin-sitemap
- gatsby-plugin-twitter
- gatsby-plugin-web-font-loader
- gatsby-remark-copy-linked-files
- gatsby-remark-images
- gatsby-remark-relative-images
- gatsby-source-filesystem
- gatsby-transformer-remark
- gatsby-transformer-sharp
What Gatsby plugins do you have installed?
I've been using Gatsby since fall 2017, but only recently switched it to Netlify CMS, which is amazing by the way. The Workflow feature is not enabled by default in the CMS starter, but it's pretty easy to enable. In your config.yaml simply add the following line
publish_mode: editorial_workflow
For more information about additional config, see their docs.
As soon as this is enabled you have drafts (new branch), ready for publish (PR of your new branch), Review (someone who has access to your CMS to review the blog post or page (PR review) and Publish (merge to master). It's really powerful. I'm thoroughly impressed with the workflow.
If you have a CMS enabled, what are you using?