-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ts
80 lines (80 loc) · 2 KB
/
config.ts
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
export default {
contact: {
email: "[email protected]"
},
socials: {
twitter: {
handle: "kyledickeyy",
url: "https://twitter.com/kyledickeyy"
},
github: {
handle: "dickeyy",
url: "https://github.com/dickeyy"
},
linkedin: {
handle: "kyletdickey",
url: "https://www.linkedin.com/in/kyletdickey/"
},
instagram: {
handle: "kyle.dickeyy",
url: "https://instagram.com/kyle.dickeyy"
},
bsky: {
handle: "kyle.so",
url: "https://bsky.app/profile/kyle.so"
}
},
meta: {
defaultKeywords: [
"kyle dickey",
"kyle",
"dickey",
"dickeyy",
"imdickey",
"software engineer",
"junior software engineer",
"engineer",
"freelancer",
"developer",
"colorado",
"colorado state university",
"diary",
"tip.dev",
"quack",
"quack discord bot",
"alias",
"wordle",
"wordle clone",
"computer science",
"computer science major",
"cs major",
"cs",
"web development",
"web dev",
"web",
"front end",
"front-end",
"back end",
"back-end",
"javascript",
"typescript",
"react",
"reactjs",
"node",
"node.js",
"nodejs",
"npm",
"discord bot",
"discord bots",
"discord bot creator",
"discord bot creators",
"discord bots",
"discord bot developer",
"discord bot developers",
"discord bot creator",
"discord bot creators",
"discord bots",
"discord bot developer"
]
}
};