From 51a35cdbeb853f82f4471b54bd3763574daedba5 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" Date: Thu, 16 May 2019 13:11:48 +0000 Subject: [PATCH] docs: create .all-contributorsrc --- .all-contributorsrc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..21373b6 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,23 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "phproberto", + "name": "Roberto Segura", + "avatar_url": "https://avatars0.githubusercontent.com/u/1119272?v=4", + "profile": "http://phproberto.com", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "tailwind-jekyll", + "projectOwner": "Oddstronaut", + "repoType": "github", + "repoHost": "https://github.com" +}