From 782838dce1925ebf796f5034d918ce7f9942ed31 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 23 Oct 2022 04:43:41 +0000 Subject: [PATCH] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..3dc80dc0 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,25 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitConvention": "angular", + "contributors": [ + { + "login": "shy-share", + "name": "sunheyi", + "avatar_url": "https://avatars.githubusercontent.com/u/50973219?v=4", + "profile": "https://shyblog.world/", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "halo-theme-hao", + "projectOwner": "liuzhihang" +}