Community Plugin
View plugin on GitHubgatsby-remark-awesome
Awesome BDD into BDD Tools.
Description
This plugin helps convert awesome-X markdown README.md’s into LekoArt’s Status Dashboard template.
How to install
We suggest to use of yarn.
When do I use this plugin?
If you want to convert a awesome-X markdown into a well-designed, customized single page website, you can use this plugin.
Examples of usage
You can use this plugin with gatsby-transformer-remark plugin in gatsby-config.js.
{
  resolve: `gatsby-transformer-remark`,
  options: {
    plugins: [`gatsby-remark-awesome`],
  },
},How to contribute
You can create an issue and state your needs. Then, you can create a PR related to this issue and state your changes to be reviewed and merged.