-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
39 lines (39 loc) · 993 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
{
"readmeUrl": "https://raw.githubusercontent.com/Vingurzhou/Vingurzhou/main/README.md",
"title": "vingurzhou's site",
"name": "vingurzhou",
"ascii": "vingurzhou's site",
"social": {
"github": "Vingurzhou",
"linkedin": "Vingurzhou"
},
"email": "[email protected]",
"ps1_hostname": "127.0.0.1",
"ps1_username": "visitor",
"repo": "https://github.com/Vingurzhou/vingurzhou.github.io",
"resume_url": "",
"donate_urls": {
"paypal": "https://paypal.me/vingurzhou",
"patreon": "https://patreon.com/vingurzhou"
},
"colors": {
"light": {
"background": "#1c1c1c",
"foreground": "#FFFAFA",
"yellow": "#FFFAFA",
"green": "#FFFAFA",
"gray": "#FFFAFA",
"blue": "#FFFAFA",
"red": "#FFFAFA"
},
"dark": {
"background": "#1c1c1c",
"foreground": "#FFFAFA",
"yellow": "#FFFAFA",
"green": "#FFFAFA",
"gray": "#FFFAFA",
"blue": "#FFFAFA",
"red": "#FFFAFA"
}
}
}