@weknow/gatsby-theme-drupal-boina
v0.2.0
Published
A Gatsby Theme for the Gatsby Boina Starter
Downloads
5
Readme
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
}
}
]