-
Notifications
You must be signed in to change notification settings - Fork 17
/
config.json
46 lines (46 loc) · 1.56 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
{
"name": "imuncle",
"repo": "imuncle.github.io",
"client_id": "22aaa014a31e292cfe21",
"client_secret": "7ba1b3718986fba62fdceb47c0a2f23a1adf0c1b",
"title": "大叔的小站",
"instruction": "往事随他去,人间不值得",
"server_link": "http://119.23.8.25/gh-oauth-server.php",
"menu": {
"首页":"./",
"机器学习":"issue_per_label.html?label=AI",
"小项目":"issue_per_label.html?label=Project",
"RM比赛":"issue_per_label.html?label=RM",
"ROS学习":"issue_per_label.html?label=ROS",
"小工具":"issue_per_label.html?label=tools",
"网页开发":"issue_per_label.html?label=web",
"其他":"issue_per_label.html?label=other",
"灵感想法":"https://imuncle.github.io/timeline"
},
"friends": {
"Bo": "https://blog.greedfox.com/",
"Qmaker": "https://hitszqmaker.github.io",
"KT's Blog": "https://tangkaichuan.cn/",
"lucainiaoge": "https://lucainiaoge.github.io/"
},
"icons": {
"Github": {
"icon_src": "images/github.svg",
"href": "https://github.com/imuncle",
"hidden_img": null,
"width": 0
},
"Wechart": {
"icon_src": "images/wechart.svg",
"href": null,
"hidden_img": "images/wechart-qrcode.jpg",
"width": 130
},
"QQ": {
"icon_src": "images/QQ.svg",
"href": "tencent://message/?uin=1378006772",
"hidden_img": null,
"width": 0
}
}
}