Community Plugin
View plugin on GitHubgatsby-plugin-github-ribbon
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-ribbonHow 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.