项目作者: omergulen

项目描述 :
A helper plugin of `gatsby-transformer-remark` to parse `awesome-X` markdown files into well-designed and customized single page web applications.
高级语言: JavaScript
项目地址: git://github.com/omergulen/gatsby-remark-awesome.git
创建时间: 2021-02-02T18:04:19Z
项目社区:https://github.com/omergulen/gatsby-remark-awesome

开源协议:

下载


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.

  1. {
  2. resolve: `gatsby-transformer-remark`,
  3. options: {
  4. plugins: [`gatsby-remark-awesome`],
  5. },
  6. },

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