Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-github-ribbon

npm npm

Add the Fork Me on Github Ribbon to any Gatsby site.

Install

$ npm install --save gatsby-plugin-github-ribbon

# or

$ yarn add gatsby-plugin-github-ribbon

How to Use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-plugin-github-ribbon`,
    options: {
      project: `https://github.com/example/project`,
      color: `red`, //`red`, `green`, `darkblue`, `orange`, `gray`, or `white`.
      position: `left`, //`left` or `right`
    },
  },
];

Options

Position can be: left or right.

Color can be: red, green, darkblue, orange, gray, or white.

© 2023 Gatsby, Inc.