|
1 | 1 | { |
2 | | - "projectName": "CLAM", |
3 | | - "projectOwner": "CLAM Contributors", |
4 | | - "repoType": "github", |
5 | | - "repoHost": "https://github.com", |
6 | | - "files": [ |
7 | | - "README.md", |
8 | | - "docs/index.md" |
9 | | - ], |
10 | | - "imageSize": 100, |
11 | | - "commit": false, |
12 | | - "commitConvention": "angular", |
13 | | - "contributors": [], |
14 | | - "contributorsPerLine": 7, |
15 | | - "skipCi": true, |
16 | | - "badgeTemplate": "[](#contributors)" |
| 2 | + "projectName": "CLAM-community.github.io", |
| 3 | + "projectOwner": "CLAM-community", |
| 4 | + "repoType": "github", |
| 5 | + "repoHost": "https://github.com", |
| 6 | + "files": ["README.md", "docs/index.md"], |
| 7 | + "imageSize": 100, |
| 8 | + "commit": false, |
| 9 | + "commitConvention": "angular", |
| 10 | + "contributors": [ |
| 11 | + { |
| 12 | + "login": "VeckoTheGecko", |
| 13 | + "name": "Nick Hodgskin", |
| 14 | + "avatar_url": "https://avatars.githubusercontent.com/u/36369090?v=4", |
| 15 | + "profile": "https://github.com/VeckoTheGecko", |
| 16 | + "contributions": ["steering", "code"] |
| 17 | + }, |
| 18 | + { |
| 19 | + "login": "erikvansebille", |
| 20 | + "name": "Erik van Sebille", |
| 21 | + "avatar_url": "https://avatars.githubusercontent.com/u/14315062?v=4", |
| 22 | + "profile": "https://www.uu.nl/staff/EvanSebille", |
| 23 | + "contributions": ["steering"] |
| 24 | + }, |
| 25 | + { |
| 26 | + "login": "jimena-medinarubio", |
| 27 | + "name": "Jimena Medina", |
| 28 | + "avatar_url": "https://avatars.githubusercontent.com/u/101462540?v=4", |
| 29 | + "profile": "https://github.com/jimena-medinarubio", |
| 30 | + "contributions": ["design"] |
| 31 | + }, |
| 32 | + { |
| 33 | + "login": "sruehs", |
| 34 | + "name": "sruehs", |
| 35 | + "avatar_url": "https://avatars.githubusercontent.com/u/33282992?v=4", |
| 36 | + "profile": "https://github.com/sruehs", |
| 37 | + "contributions": ["content"] |
| 38 | + } |
| 39 | + ], |
| 40 | + "contributorsPerLine": 7, |
| 41 | + "skipCi": true, |
| 42 | + "badgeTemplate": "[](#contributors)", |
| 43 | + "types": { |
| 44 | + "steering": { |
| 45 | + "symbol": "🚣", |
| 46 | + "description": "Current or previous members of the project steering team." |
| 47 | + }, |
| 48 | + "moderation": { |
| 49 | + "symbol": "💫", |
| 50 | + "description": "Current or previous members of the project moderation team." |
| 51 | + } |
| 52 | + }, |
| 53 | + "commitType": "docs" |
17 | 54 | } |
0 commit comments