This repository has been archived by the owner on Mar 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbook.json
executable file
·75 lines (75 loc) · 2.36 KB
/
book.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
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
{
"title": ".Net Core-软件开发",
"description": ".Net高效跨平台技术方案",
"plugins": [
"disqus",
"-lunr", "-search", "search-plus",
"advanced-emoji",
"github-buttons",
"multipart",
"splitter",
"tbfed-pagefooter",
"anchors",
"sitemap",
"-sharing", "sharing-plus",
"toggle-chapters",
"book-summary-scroll-position-saver",
"prism",
"-highlight",
"favicon-absolute"
],
"pluginsConfig": {
"disqus": {
"shortName": "http-colin-chang-site-1"
},
"github-buttons": {
"buttons": [{
"user": "colin-chang",
"repo": "netcore",
"type": "star",
"size": "small"
}]
},
"prism": {
"css": [
"prismjs/themes/prism-okaidia.css"
]
},
"tbfed-pagefooter": {
"copyright": "© Colin Chang",
"modify_label": "文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"sitemap": {
"hostname": "https://ccstudio.org/netcore"
},
"sharing": {
"facebook": true,
"twitter": true,
"google": true,
"weibo": false,
"instapaper": false,
"vk": false,
"all": [
"facebook", "google", "twitter","instapaper","vk","weibo"
]
},
"favicon-absolute":{
"favicon": "https://i.loli.net/2020/02/25/AOjBhkIxtb8dRgl.png",
"bookmark": "https://i.loli.net/2020/02/25/AOjBhkIxtb8dRgl.png",
"appleTouchIcon152": "https://i.loli.net/2020/02/25/wjbT3FDZ2p6BJs1.png",
"appleTouchIconPrecomposed152": "https://i.loli.net/2020/02/25/wjbT3FDZ2p6BJs1.png",
"appleTouchIconMore": {
"120x120": "https://i.loli.net/2020/02/25/h4IDHPOYcrpg2nE.png",
"180x180": "https://i.loli.net/2020/02/25/9q5EVHcRkaNyCiL.png"
},
"appleTouchIconPrecomposedMore": {
"120x120": "https://i.loli.net/2020/02/25/h4IDHPOYcrpg2nE.png",
"180x180": "https://i.loli.net/2020/02/25/9q5EVHcRkaNyCiL.png"
}
}
},
"styles": {
"website": "website.css"
}
}