Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

@wyze/gatsby-plugin

Build Status npm Codecov.io

A Gatsby plugin for my personal website.

Installation

Yarn

$ yarn add --dev @wyze/gatsby-plugin

npm

$ npm install --save-dev @wyze/gatsby-plugin

Usage

// gatsby-config.js

module.exports = {
  // ...
  plugins: [
    '@wyze/gatsby-plugin'
  ]
}

Change Log

Full Change Log

v1.0.0 (2018-08-27)

License

MIT © Neil Kistner

© 2023 Gatsby, Inc.