-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.js
70 lines (70 loc) · 1.76 KB
/
config.js
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
export const config = {
avatar: 'https://avatars.githubusercontent.com/u/68690233',
bgColor: '#18181b',
textColor: '#d4d4d8',
iconColor: '#d4d4d8',
name: 'ashish',
description: 'solo developer by day, overthinker by night.',
links: [
{
slug: 'github',
type: 'url',
link: 'https://github.com/asrvd/'
},
{
slug: 'discord',
type: 'hover',
text: 'asheeshh#4872'
},
{
slug: 'twitter',
type: 'url',
link: 'https://twitter.com/_asheeshh'
},
{
slug: 'instagram',
type: 'url',
link: 'https://instagram.com/asrvd_'
},
{
slug: 'spotify',
type: 'url',
link: 'https://open.spotify.com/user/31ma7274fwzhcig5iibz25thypoi?si=b8e4d9aaa0e7425e'
},
{
slug: 'devdotto',
type: 'url',
link: 'https://dev.to/asheeshh'
},
{
slug: 'lastdotfm',
type: 'url',
link: 'https://last.fm/user/asheeshh'
},
{
slug: 'kitsu',
type: 'url',
link: 'https://kitsu.io/users/1258735'
},
{
slug: 'buymeacoffee',
type: 'url',
link: 'https://www.buymeacoffee.com/asheeshh'
},
{
slug: 'minutemailer',
type: 'url',
link: 'mailto:[email protected]'
},
{
slug: 'npm',
type: 'url',
link: 'https://www.npmjs.com/~asheeshh'
},
{
slug: 'reddit',
type: 'url',
link: 'https://reddit.com/u/asheeeshh'
}
]
}