-
Notifications
You must be signed in to change notification settings - Fork 893
/
book.json
57 lines (57 loc) · 1.51 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
{
"plugins": [
"disqus",
"ga",
"katex",
"richquotes",
"sitemap2",
"github",
"edit-link",
"feed",
"etoc",
"algolia",
"tags"
],
"pluginsConfig": {
"disqus": {
"shortName": "algorithm4bill"
},
"ga": {
"token": "UA-32317667-7"
},
"richquotes": {
"todos": true
},
"sitemap2": {
"hostname": "http://algorithm.yuanbin.me/"
},
"github": {
"url": "https://github.com/billryan/algorithm-exercise"
},
"edit-link": {
"base": "https://github.com/billryan/algorithm-exercise/edit/master",
"label": {
"en": "Edit Page",
"zh-hans": "编辑此页",
"zh-tw": "編輯此頁"
}
},
"feed": {
"title": "Data Structure and Algorithm notes",
"description": "Data Structure and Algorithm notes/数据结构与算法学习笔记/leetcode/lintcode 题解",
"hostname": "https://algorithm.yuanbin.me",
"author": "billryan",
"categories": [
"programming",
"algorithm",
"leetcode"
]
},
"algolia": {
"index": "algorithm",
"applicationID": "9YBMOZR89J",
"publicKey": "5860a3e55ee72831917b1b9e2a4649ca",
"freeAccount": "true"
}
}
}