0.2.0 • Published 5 years ago

@weknow/gatsby-theme-drupal-boina v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

gatsby-theme-drupal-boina

A Gatsby Theme for the Gatsby Boina Starter

Install

npm install --save @weknow/gatsby-theme-drupal-boina

How to use

In your new site gatsby-config.js

  __experimentalThemes: [
    {
      resolve: '@weknow/gatsby-theme-drupal-boina',
      options: {
        root: __dirname
      }
    }
  ]