1.0.5 • Published 3 years ago

gatsby-remark-awesome v1.0.5

Weekly downloads
13
License
MIT
Repository
github
Last release
3 years ago

gatsby-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.

Contributors