-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbook.json
51 lines (51 loc) · 1.11 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
{
"variables": {
"repository": "https://github.com/czp3009/czp-blog",
"host": "https://www.hiczp.com"
},
"plugins": [
"-sharing",
"-lunr",
"-search",
"analytics",
"sitemap",
"back-to-top-button",
"mygitalk",
"encode-link",
"rss"
],
"pluginsConfig": {
"analytics": {
"google": "UA-90514703-2"
},
"sitemap": {
"hostname": "https://www.hiczp.com"
},
"mygitalk": {
"clientID": "1420938fe02dceef581d",
"clientSecret": "9a3fc71b05e9358f5ea58cef6023b964f29ded12",
"repo": "czp-blog",
"owner": "czp3009",
"admin": [
"czp3009"
],
"distractionFreeMode": false,
"proxy": "/gitalk_proxy"
},
"rss": {
"title": "czp's blog",
"description": "czp's blog",
"author": "czp3009@gmail.com",
"site_url": "https://www.hiczp.com/",
"feed_url": "https://www.hiczp.com/rss.xml",
"managingEditor": "czp3009@gmail.com",
"webMaster": "czp3009@gmail.com",
"categories": [
"blog",
"gitbook",
"programming",
"networking"
]
}
}
}