1.0.3 • Published 4 years ago

gatsby-plugin-github-readme v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago
npm i gatsby-plugin-github-readme

configuration

gatsby-config.js

plugins: [
    {
      resolve: `gatsby-plugin-github-readme`,
      options: {
        key: 'GITHUB API KEY',
        repos: [
          "user/repo",
          "user/repo"
        ]
      }
    }
]

Support

Emojis are supported and rendered if in scope of what is visible. Currently g-emoji is not supported and I am working on a solution.