forked from amide-init/gitfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitforge.config.example.json
More file actions
32 lines (31 loc) · 980 Bytes
/
gitforge.config.example.json
File metadata and controls
32 lines (31 loc) · 980 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
{
"//_comment": "Copy this file to gitforge.config.json and adjust values for your GitHub profile.",
"githubOwner": "usedamru",
"profileType": "org",
"githubToken": null,
"//_githubToken_comment": "Optional: GitHub personal access token. Can also be set via GITHUB_TOKEN in .env file. Includes private repos in language/stats calculations. Private repos will NOT be displayed, only used for accurate skill representation.",
"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."
},
"showStats": true,
"stats": {
"showLanguageChart": true,
"showRepoActivityChart": true,
"showCommitActivityChart": true,
"showTopReposChart": false
},
"contact": {
"showCompany": true,
"showEmail": true,
"showWebsite": true,
"showTwitter": true
}
}