Community Plugin
View plugin on GitHubBootstrap Album
Gatsby theme copied from the Bootstrap Album example
To include
module.exports = {
plugins: [
{
resolve: '@idahoedokpayi/gatsby-theme-bootstrap-album',
options: {excludemdx:false} // excludemdx should be true if gatsby-plugin-mdx has already been included. defaults to false
}
]
};
Built With
- Typescript - Definition files provided
- bootstrap
- jQuery
- popper.js
How to install
npm i @idahoedokpayi/gatsby-theme-bootstrap-album
When do I use this plugin?
When you want to build a photo album or portfolio
Contributing
All contributions welcome. Please be nice!
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Idaho Edokpayi - Initial work - Basic Landing Pages
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Acknowledgments
- Hat tip to anyone whose code was used