Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Plugin void for all ueno things in gatsby

License

Notifications You must be signed in to change notification settings

ueno-llc/gatsby-plugin-ueno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WARNING

This plugin has been deprecated. We move the content of this plugin directly into our Ueno Gatsby Starter.

gatsby-plugin-ueno

Adds opinionated features to Gatsby

Install

npm install gatsby-plugin-ueno --save

OR

yarn add gatsby-plugin-ueno

How to use

  1. Include the plugin in your gatsby-config.js file.
  2. You're good to go.

gatsby-config.js

module.exports = {
  // ...,
  plugins: [...`gatsby-plugin-ueno`],
}

Options

When adding this plugin to your gatsby-config.js, you can pass in options to enable/disable features as you like.

// gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: `gatsby-plugin-ueno`,
      options: {
        classnames: false,
      },
    },
  ],
}

About

Plugin void for all ueno things in gatsby

Resources

License

Stars

Watchers

Forks

Packages

No packages published