Community Plugin
View plugin on GitHubGatsby 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`,
},
},
],
}