0.1.0 • Published 4 years ago

@idahoedokpayi/gatsby-theme-bootstrap-album v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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