-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.ts
55 lines (55 loc) · 1.95 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
export const CONFIG = {
author: {
name: "AaronConlon",
description:
"I am a Full-Stack Developer with a passion for delivering exceptional results.",
githubProfile: "https://github.com/AaronConlon",
twitterProfile: "https://twitter.com/AaronConlonDev",
medium: "https://medium.com/@rivenqinyy",
devProfile: "https://dev.to/aaron_conlon",
juejinProfile: "https://juejin.cn/user/2013961032055566",
email: "[email protected]",
},
projects: [
{
name: "GitBatch",
description:
"GitBatch is a tool to help you manage your git repositories",
homepage: "https://batch-manage-github-repos.i5lin.top/",
topics: ["Github", "Tools", "Chrome Extension"],
cover:
"https://de4965e.webp.li/blog-images/2024/08/19dac04764f592f3074d503811a9cc37.jpg",
},
{
name: "TabX",
description:
"TabX is a chrome extension to manage your tabs, also a quick bookmark and history search tool",
homepage: "https://tabx.i5lin.top/",
topics: ["Chrome Extension", "Tab manage tool"],
cover:
"https://de4965e.webp.li/blog-images/2024/08/8ea366123fc25060637a0fbad3602956.jpg",
},
{
name: "E2Book",
description: "A website to download ebooks, built with Next.js",
homepage: "https://ebooks.i5lin.top/",
topics: ["Tools", "Resources", "EBooks"],
cover:
"https://de4965e.webp.li/blog-images/2024/08/a5160e4d4430dbe7915936a1b141c73a.jpg",
},
{
name: "Pikpak island",
description:
"Pikpak island is a chrome extension to help you manage your pikpak cloud files",
homepage: "https://pikpak-island.i5lin.top/",
topics: ["PikPak", "Chrome extension"],
cover:
"https://de4965e.webp.li/blog-images/2024/08/ce653fe3c12ff1cfdcf0e366931a4015.png",
},
],
og: {
imageUrl:
"https://de4965e.webp.li/blog-images/2024/08/8a13bcbe6beda1a0f2ee86f9e6ee92d4.png",
},
rss: "/rss.xml",
};