forked from imuncle/gitblog
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
55 lines (55 loc) · 2.14 KB
/
config.json
File metadata and controls
55 lines (55 loc) · 2.14 KB
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
{
"name": "goofegg",
"repo": "goofegg.github.io",
"client_id": "85acc00c08b317e2ce3c",
"client_secret": "4c5d4ff1ddf1a928613c0bce7aa7081f13f4bf78",
"title": "混蛋的小窝",
"instruction": "中科大学士-诗歌爱好者-运维工程师",
"server_link": "http://119.23.8.25/gh-oauth-server.php",
"filter": {
"creator": "goofegg",
"state": "open"
},
"menu": {
"首页":"./",
"很早的主页" : "https://goofegg.github.io/www/index.html",
"我的诗歌集" : "https://goofegg.github.io/content.html?id=179",
"我的贴吧" : "https://tieba.baidu.com/f?kw=goofegg",
"我的书橱" : "https://book.yunzhan365.com/bookcase/xxmus/index.html",
"博客备份" : "https://goofegg.github.io/gissue/index.html",
"poemhunter" : "https://www.poemhunter.com/goof-egg/",
"WorldCrisis":"https://goofegg.github.io/content.html?id=176",
"添加友链" : "https://goofegg.github.io/content.html?id=137",
"文章汇总" : "https://goofegg.github.io/content.html?id=330",
"RSS" : "https://rsshub.app/github/issue/goofegg/goofegg.github.io"
},
"friends": {
"imuncle" : "https://imuncle.github.io",
"KT" : "https://kytrun.com/",
"ventoy" : "https://www.ventoy.net/",
"科大瞬间" : "https://blog.wenxuecity.com/myoverview/77363/",
"司马青衫网" : "https://www.simaqingshan.com/",
"精日展览馆" : "https://revealscum.com/",
"卡西莫多" : "https://lup9304.github.io"
},
"icons": {
"Github" : {
"icon_src" : "images/github.svg",
"href" : "https://github.com/goofegg",
"hidden_img" : null,
"width" : 0
},
"Wechart": {
"icon_src": "images/wechart.svg",
"href": "https://goofegg.github.io/images/wechart-qrcode.jpg",
"hidden_img": "images/wechart-qrcode.jpg",
"width": 130
},
"QQ": {
"icon_src": "images/QQ.svg",
"href": "tencent://message/?uin=50671296",
"hidden_img": null,
"width": 0
}
}
}