forked from Cveinnt/LiveTerm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
44 lines (44 loc) · 1.08 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
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"readmeUrl": "https://raw.githubusercontent.com/rakuja/mywebsite/master/README.md",
"title": "RakuJa",
"name": "Daniele Giachetto",
"ascii": "rakuja",
"social": {
"github": "rakuja",
"linkedin": "danielegiachetto"
},
"email": {
"domain": "danielegiachetto.com",
"work": "work",
"education": "education",
"personal": "personal"
},
"ps1_hostname": "danielegiachetto",
"ps1_username": "visitor",
"repo": "https://github.com/rakuja/mywebsite",
"resume_url": "https://github.com/RakuJa/CV/blob/master/CV.pdf",
"donate_urls": {
"ko_fi": "https://ko-fi.com/rakuja",
"paypal": "https://paypal.me/danielegiachetto"
},
"colors": {
"light": {
"background": "#FBF1C9",
"foreground": "#3C3836",
"yellow": "#D79921",
"green": "#98971A",
"gray": "#7C6F64",
"blue": "#458588",
"red": "#CA2124"
},
"dark": {
"background": "#1E1310",
"foreground": "#E06650",
"yellow": "#5E81AC",
"green": "#A3BE8C",
"gray": "#88C0D0",
"blue": "#9D99B3",
"red": "#BF616A"
}
}
}