@strv/gatsby-theme-core

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i @strv/gatsby-theme-core

Weekly Downloads

48

Version

1.0.0

License

MIT

Unpacked Size

2.54 kB

Total Files

4

Last publish

Collaborators

  • lucasconstantino
  • strvuser
  • robertrossmann
  • xhudec