A Gatsby Starter using for the Drupal Boina Distribution
npm install --save @weknow/gatsby-theme-drupal-boina
In your new site gatsby-config.js
__experimentalThemes: [
{
resolve: '@weknow/gatsby-theme-drupal-boina',
options: {
root: __dirname
}
}
]
Create a js component in the starting with the path
/src/components/@weknow/gatsby-theme-drupal-boina/
and follow the path to the component you want to replace.