Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

Gatsby Theme Musician

A Gatsby theme for bands and music artists. 🎸

🚧 under construction 🚧

Installation

npm install --save gatsby-theme-musician

Usage

Theme options

Key Default value Description
basePath / Root url for landing page
contentPath content Location of data files

Example usage

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