@idahoedokpayi/gatsby-theme-bootstrap-album
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

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

Package Sidebar

Install

npm i @idahoedokpayi/gatsby-theme-bootstrap-album

Weekly Downloads

3

Version

0.1.0

License

MIT

Unpacked Size

2.65 MB

Total Files

141

Last publish

Collaborators

  • idahoedokpayi