gatsby-theme-woly

0.8.0 • Public • Published

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: {},
    },
  ],
}

Package Sidebar

Install

npm i gatsby-theme-woly

Weekly Downloads

3

Version

0.8.0

License

MIT

Unpacked Size

348 kB

Total Files

27

Last publish

Collaborators

  • sergeysova
  • n1zee