SHIP IT FASTER

The average enterprise on Netlify ships 140 times per week. Where does your team rank?

ContactSign Up
Community Plugin
View plugin on GitHub

WolyUI Gatsby theme

Quick Start

mkdir my-site
cd my-site
yarn init
# install gatsby-theme-woly and it's dependencies
yarn add gatsby react react-dom gatsby-theme-woly

Then add the theme to your gatsby-config.js. We’ll use the long-form here for educational purposes.

module.exports = {
  plugins: [
    {
      resolve: "gatsby-theme-woly",
      options: {},
    },
  ],
}
© 2023 Gatsby, Inc.