1.0.0 • Published 5 years ago

@strv/gatsby-theme-core v1.0.0

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

STRV Gatsby Theme - core

Installation

yarn add @strv/gatsby-theme-core

Add the theme to gatsby-config.js.

module.exports = {
  plugins: [
    {
      resolve: '@strv/gatsby-theme-core',
      options: {
        assetPath: `${__dirname}/assets`,
      },
    },
  ],
}

Features

  • Allows resolving src/** as ~/** (e.g. ~/components/MyComponent)
  • Resolve static assets as assets from specified assetPath

Plugins