-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
42 lines (42 loc) · 861 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
41
42
[
{
"username": "lukaszmn",
"name": "Łukasz Nojek",
"userimg": "https://avatars1.githubusercontent.com/u/9399633?v=4",
"sort": "created",
"order": "desc",
"includeFork": true,
"theme": "dark.css",
"labels": {
"work": "My projects",
"forks": "My contributions - forks",
"blog": "Blog.",
"footer": ""
},
"includeStats": false,
"homepageLink": true,
"useSpaces": true,
"links": [
{
"icon": "fab fa-wordpress",
"url": "https://lukasznojek.com",
"text": "lukasznojek.com"
},
{
"icon": "fab fa-linkedin",
"url": "https://www.linkedin.com/in/lukasznojek",
"text": "LinkedIn"
},
{
"icon": "fab fa-github",
"url": "https://github.com/lukaszmn",
"text": "GitHub"
},
{
"icon": "fab fa-twitter",
"url": "https://twitter.com/itlnpl",
"text": "@ITLNpl"
}
]
}
]