-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
37 lines (37 loc) · 952 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
{
"readmeUrl": "https://raw.githubusercontent.com/ericzorn93/ericzorn93/master/README.md",
"title": "Eric Zorn Resume",
"name": "Eric Zorn",
"ascii": "Eric Zorn",
"social": {
"github": "ericzorn93",
"linkedin": "ericzorn"
},
"email": "zornwebdev@gmail.com",
"profilePicture": "/images/profile_pic.jpeg",
"ps1_hostname": "resume",
"ps1_username": "ericzorn",
"repo": "https://github.com/ericzorn93/terminal-resume",
"resume_url": "/resumes/ericzorn_resume.pdf",
"donate_urls": {},
"colors": {
"light": {
"background": "#FFFFDB",
"foreground": "#282a36",
"yellow": "#ffb86c",
"green": "#50fa7b",
"gray": "#8B6BB9",
"blue": "#67AFC0",
"red": "#ff5555"
},
"dark": {
"background": "#2E3440",
"foreground": "#E5E9F0",
"yellow": "#5E81AC",
"green": "#A3BE8C",
"gray": "#88C0D0",
"blue": "#EBCB8B",
"red": "#BF616A"
}
}
}