forked from Cveinnt/LiveTerm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
26 lines (26 loc) 路 680 Bytes
/
Copy pathconfig.json
File metadata and controls
26 lines (26 loc) 路 680 Bytes
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
{
"title": "rodrodrod.xyz",
"name": "Rodrigo Del Aguila",
"ascii": "rodrodrod",
"social": {
"github": "Rod2003",
"linkedin": "rodrigo-delaguila"
},
"email": "rodrigo.daguila@gmail.com",
"ps1_hostname": "rodrodrod",
"ps1_username": "user00",
"resume_url": "https://drive.google.com/file/d/1_XqlB2-wr70N0oG2jVfIjbJDPVnWYwS4/view?usp=sharing",
"donate_url": "https://www.buymeacoffee.com/rodrigodav",
"colors": {
"dark": {
"background": "#3B3228",
"foreground": "#D0C8C6",
"white": "#FFFFFF",
"yellow": "#F4BC87",
"green": "#BEB55B",
"gray": "#A89BB9",
"blue": "#8AB3B5",
"red": "#CB6077"
}
}
}