Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

Bootstrap 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

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

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
© 2023 Gatsby, Inc.