-
On [this page](https://www.bridgetownrb.com/docs/plugins) it talks about how a Gem-based plugin could be created, but basically leaves it at "figure it out yourself".
We now have a [sample starter …
-
This is a "mega" issue to track the ability for Bridgetown plugins to supply a manifest that can be consumed and allow files to be added to the site build from the plugin folders same as if they were …
-
UPDATE: see comment below — planning on rewriting the CLI in Thor.
----
Similar to how you can do:
```
gatsby new gatsby-material-starter https://github.com/Vagr9K/gatsby-material-starter
`…
-
It'd be great to have a defined collection of plugins we can add and update in the website repo and accept PRs for when folks create new plugins. Title, GitHub link, description, maybe tags, etc.
-
We should integrate and demonstrate how to write integration tests that can be run in CI or during development to verify various aspects of site output, routes, components, etc. The field is wide open…