-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
31 lines (31 loc) · 1.05 KB
/
config.json
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
{
"name": "Fran",
"desc": "Software Developer",
"image": "https://i.imgur.com/d4J0hlj.png",
"title": "{Name} - {Desc}",
"theme-settings": {
"background-color": "#1F2937",
"text-color": "#FFFFFF"
},
"links": [
{"url": "https://github.com/FranciscoSolisMat", "display": "fab fa-github"},
{"url": "https://www.tiktok.com/@im.just.fran", "display": "fab fa-tiktok"},
{"url": "https://discord.gg/cAfaG7nJ62", "display": "fab fa-discord"},
{"url": "https://twitch.tv/imjustfran", "display": "fab fa-twitch"},
{"url": "https://twitter.com/Im_Fran_", "display": "fab fa-twitter"},
{"url": "https://paypal.com/programsrc", "display": "fab fa-paypal"}
],
"repo": "FranciscoSolisMat/Links",
"project-list-settings": {
"background-color": "#5271FF",
"title": {
"color": "#FFFFFF",
"font-size": "1.5rem",
"bold": true
},
"description": {
"color": "#FFFFFF",
"font-size": "1rem"
}
}
}