@alexjorgef/gatsby-source-bandcamp
v0.0.1
Published
Gatsby source plugin for Bandcamp
Downloads
182
Maintainers
Readme
@alexjorgef/gatsby-source-bandcamp
Source playlists from Bandcamp into Gatsby.
Install
npm install @alexjorgef/gatsby-source-bandcamp
How to use
Add the plugin to your gatsby-config
file:
module.exports = {
plugins: [
{
resolve: `@alexjorgef/gatsby-source-bandcamp`,
options: {}
}
]
}
Plugin Options
username (required)
The Bandcamp username to fetch.
Field type: String
{
resolve: `@alexjorgef/gatsby-source-bandcamp`,
options: {
username: `alexjorgef`,
},
}