-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
42 lines (42 loc) · 1.12 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
{
"title": "How Things Work: Science & Technology 101",
"description": "a hundred and a night, leading you to build up a picture of science and technology",
"author": "tigercosmos",
"plugins": [
"expandable-chapters",
"github",
"disqus",
"codeblock-filename",
"custom-favicon",
"tags",
"mathjax-commonhtml"
],
"pluginsConfig": {
"github-buttons": {
"buttons": [{
"user": "tigercosmos",
"repo": "how-things-work",
"type": "star",
"size": "small",
"count": true
}, {
"user": "tigercosmos",
"type": "follow",
"width": "180",
"size": "small",
"count": true
}]
},
"tags": {
"placement": "bottom"
},
"github": {
"url": "https://github.com/tigercosmos/"
},
"disqus": {
"shortName": "how-things-work"
},
"favicon": "./favicon.ico"
}
}