gatsby-theme-sylius

0.3.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i gatsby-theme-sylius

Weekly Downloads

0

Version

0.3.0

License

MIT

Unpacked Size

330 kB

Total Files

102

Last publish

Collaborators

  • gatsbylius