-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
48 lines (48 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
41
42
43
44
45
46
47
48
{
"author": "Alex Hua",
"pageTitle": "The Knot",
"pageDescription": "Alex personal Blog. Contain math, programming, and other things. Also contain some tools including base64 encoder/decoder, and some converter.",
"pageKeywords": [
"programming",
"math",
"blog",
"fun",
"base64",
"converter",
"regex",
"url encode"
],
"baseUrl": "https://alex1222.com/",
"sitemapBaseUrl": [
"https://blog.huazifan.eu.org/",
"https://alex1222.com/",
"https://blog.alex1222.com/"
],
"name": "Alex Hua",
"contact": [
{
"type": "email",
"link": "[email protected]"
},
{
"type": "github",
"link": "https://github.com/Alex222222222222"
},
{
"type": "twitter",
"link": ""
},
{
"type": "linkedin",
"link": "https://www.linkedin.com/in/zifan-hua-84725825a"
},
{
"type": "facebook",
"link": ""
},
{
"type": "instagram",
"link": ""
}
]
}