0.3.0 • Published 4 years ago

gatsby-theme-sylius v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

gatsby-theme-sylius

A Gatsby theme plugin to generate a shop from Sylius via the ShopApiPlugin.

Internally, it uses the gatsby-source-sylius for sourcing the data

Install

npm install --save gatsby-theme-sylius

How to use

// In your gatsby-config.js

module.exports = {
  plugins: [
    {
      resolve: `gatsby-theme-sylius`,
      options: {
        syliusUrl: `https://{{your-sylius-url}}`,
      },
    },
  ],
};

Options

You can use all the gatsby-source-sylius options.

License

MIT