-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgitforge.config.json
More file actions
39 lines (39 loc) · 1.1 KB
/
gitforge.config.json
File metadata and controls
39 lines (39 loc) · 1.1 KB
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
36
37
38
39
{
"githubOwner": "amide-init",
"profileType": "user",
"featuredRepos": [
"gitfolio",
"usedamru/sql2nosql"
],
"listedRepo": {
"count": 4,
"sort": "date"
},
"hero": {
"eyebrow": "Open-source, developer-first profile",
"minorInfo": "I am a Software Engineer and Product Builder focused on AI-driven learning and scalable web systems. I am the founder of BadgeMonster, an AI-powered skill assessment platform helping students master coding, analytics, DevOps, and AI. I build with .NET, React, Python, and cloud technologies to create impactful, practical products."
},
"customLinks": [
{
"title": "LinkedIn",
"url": "https://www.linkedin.com/in/aaminu/"
}
],
"fontFamily": "ubuntu",
"showVideosSection": true,
"showBlogsSection": true,
"showProjectsSection": true,
"showStats": true,
"stats": {
"showLanguageChart": true,
"showRepoActivityChart": true,
"showCommitActivityChart": true,
"showTopReposChart": true
},
"contact": {
"showCompany": true,
"showEmail": true,
"showWebsite": true,
"showTwitter": true
}
}