forked from Cveinnt/LiveTerm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
40 lines (40 loc) · 1.15 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
{
"ga4": "G-8TCBGLJHT8",
"title": "$ ssh [email protected]",
"description": "A little terminal based site to find some of my socials, resume, and more. Feel free to poke around!",
"name": "Jason Cameron",
"social": {
"github": "JasonLovesDoggo",
"linkedin": "jsoncameron",
"instagram": "jasonlovesdoggo"
},
"email": "[email protected]",
"ps1_hostname": "jsoncloud",
"ps1_username": "guest",
"portfolio_url": "https://jasoncameron.dev",
"repo": "https://github.com/JasonLovesDoggo/connect",
"resume_url": "https://github.com/JasonLovesDoggo/JasonLovesDoggo.github.io/raw/main/src/Assets/resume.pdf",
"donate_urls": {
"github": "https://github.com/sponsors/JasonLovesDoggo"
},
"colors": {
"light": {
"background": "#E5E9F0",
"foreground": "#2E3440",
"yellow": "#5E81AC",
"green": "#A3BE8C",
"gray": "#88C0D0",
"blue": "#EBCB8B",
"red": "#BF616A"
},
"dark": {
"background": "#2E3440",
"foreground": "#E5E9F0",
"yellow": "#5E81AC",
"green": "#A3BE8C",
"gray": "#88C0D0",
"blue": "#EBCB8B",
"red": "#BF616A"
}
}
}