Init All Contributors Specs

This commit is contained in:
Julien Deswaef 2018-02-27 21:16:29 -05:00
parent d564996430
commit 86cf3bf87b
4 changed files with 692 additions and 60 deletions

24
.all-contributorsrc Normal file
View File

@ -0,0 +1,24 @@
{
"projectName": "Fork-Awesome",
"projectOwner": "ForkAwesome",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"CONTRIBUTORS.md"
],
"imageSize": 50,
"commit": false,
"contributors": [
{
"login": "davegandy",
"name": "Dave Gandy",
"avatar_url": "https://avatars0.githubusercontent.com/u/1076721?v=4",
"profile": "https://github.com/davegandy",
"contributions": [
"code",
"design",
"doc"
]
}
]
}

11
CONTRIBUTORS.md Normal file
View File

@ -0,0 +1,11 @@
## Contributors
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore -->
| [<img src="https://avatars0.githubusercontent.com/u/1076721?v=4" width="50px;"/><br /><sub><b>Dave Gandy</b></sub>](https://github.com/davegandy)<br />[💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=davegandy "Code") [🎨](#design-davegandy "Design") [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=davegandy "Documentation") |
| :---: |
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!

712
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -53,6 +53,7 @@
"license": "(OFL-1.1 AND MIT)",
"dependencies": {},
"devDependencies": {
"all-contributors-cli": "^4.11.0",
"less": "^2.7.2",
"less-plugin-clean-css": "^1.5.1",
"svgo": "^1.0.4"
@ -62,7 +63,9 @@
},
"scripts": {
"build": "bundle exec jekyll build",
"dev": "bundle exec jekyll -w serve"
"dev": "bundle exec jekyll -w serve",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"main": [
"css/fork-awesome.min.css",