1.1.6 • Published 4 years ago

@arshad/gatsby-theme-core v1.1.6

Weekly downloads
13
License
MIT
Repository
github
Last release
4 years ago

Installation

Step 1: In the root of your Gatsby site, run the following command:

yarn add @arshad/gatsby-theme-core

Step 2: Enable it in gatsby-config.js

// gatsby-config.js
...
  plugins: [
    `@arshad/gatsby-theme-core`
  ]
...

Theme options

KeyDefault valueDescription
imagesPath/content/postsLocation of your images

Example usage

// gatsby-config.js
...
  plugins: [
    {
      resolve: `@arshad/gatsby-theme-core`,
      options: {
        imagesPath: `assets/images`,
      }
    }
  ]
...

Support

Create an issue on the main repo @arshad/gatsby-themes.