Skip to content

digitalhydra/blog.weknowinc.com

 
 

Repository files navigation

WeKnow Blog Template

A Gatsby Starter using for the Drupal Boina Distribution

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
      }
    }
  ]

Replacing a component (shadowing)

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.1%
  • CSS 23.2%
  • Dockerfile 4.7%