-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathconfig.json
40 lines (40 loc) · 948 Bytes
/
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
32
33
34
35
36
37
38
39
40
{
"info": {
"name": "Brad Garropy",
"handle": "bradgarropy",
"company": "Atlassian",
"title": "Senior Software Engineer"
},
"links": [
{
"name": "Website",
"url": "https://bradgarropy.com"
},
{
"name": "Twitch",
"url": "https://twitch.tv/bradgarropy"
},
{
"name": "GitHub",
"url": "https://github.com/bradgarropy"
},
{
"name": "Twitter",
"url": "https://twitter.com/bradgarropy"
},
{
"name": "YouTube",
"url": "https://youtube.com/bradgarropy"
},
{
"name": "LinkedIn",
"url": "https://linkedin.com/in/bradgarropy"
}
],
"style": {
"corners": "double",
"divider": "triple",
"baseColor": "white",
"accentColor": "blue"
}
}