diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..c53873d --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,32 @@ +{ + "projectName": "gojekyll", + "projectOwner": "osteele", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": true, + "commitConvention": "none", + "contributors": [ + { + "login": "osteele", + "name": "Oliver Steele", + "avatar_url": "https://avatars.githubusercontent.com/u/674?v=4", + "profile": "https://code.osteele.com/", + "contributions": [ + "code", + "design", + "doc", + "ideas", + "infra", + "maintenance", + "projectManagement", + "review", + "test" + ] + } + ], + "contributorsPerLine": 7 +} diff --git a/README.md b/README.md index 408cbcc..83082c8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Gojekyll + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [![Travis badge][travis-svg]][travis-url] [![Golangci-lint badge][golangci-lint-svg]][golangci-lint-url] @@ -276,3 +279,23 @@ MIT [travis-url]: https://travis-ci.com/osteele/gojekyll [travis-svg]: https://img.shields.io/travis/osteele/gojekyll.svg?branch=master + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Oliver Steele

💻 🎨 📖 🤔 🚇 🚧 📆 👀 ⚠️
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file