-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgitforge.config.example.json
More file actions
36 lines (35 loc) · 924 Bytes
/
gitforge.config.example.json
File metadata and controls
36 lines (35 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"//_comment": "Copy this file to gitforge.config.json and adjust values for your GitHub profile.",
"githubOwner": "usedamru",
"profileType": "org",
"featuredRepos": [
"sql2nosql"
],
"listedRepo": {
"count": 4,
"sort": "date"
},
"hero": {
"eyebrow": "Open-source, developer-first profile",
"minorInfo": "Brief tagline or quick intro that appears in the hero section."
},
"template": "minimal",
"//_template_options": "minimal | classic | bento | hacker | netflix | threejs",
"fontFamily": "system",
"showVideosSection": true,
"showBlogsSection": true,
"showProjectsSection": true,
"showStats": true,
"stats": {
"showLanguageChart": true,
"showRepoActivityChart": true,
"showCommitActivityChart": true,
"showTopReposChart": false
},
"contact": {
"showCompany": true,
"showEmail": true,
"showWebsite": true,
"showTwitter": true
}
}