@ekafyi/gatsby-theme-musician
v1.0.2
Published
A Gatsby theme for bands and music artists. 🎸
Downloads
3
Maintainers
Readme
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`,
},
},
],
}