1.0.2 ā€¢ Published 5 years ago

@ekafyi/gatsby-theme-musician v1.0.2

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

Gatsby Theme Musician

A Gatsby theme for bands and music artists. šŸŽø

šŸš§ under construction šŸš§

Installation

npm install --save gatsby-theme-musician

Usage

Theme options

KeyDefault valueDescription
basePath/Root url for landing page
contentPathcontentLocation of data files

Example usage

// gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: `@ekafyi/gatsby-theme-musician`,
      options: {
        basePath: `/band`,
      },
    },
  ],
}