forked from tigercosmos/master-js-in-30-days
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
38 lines (38 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
{
"title": "30 天 Javascript 從入門到進階",
"description": "這是一本給初學者的 Javascript 教學書,落實閱讀與練習持續 30 天,進入 JavaScript 的世界!",
"author": "tigercosmos",
"plugins": [
"expandable-chapters",
"github",
"disqus",
"codeblock-filename",
"mathjax-commonhtml",
"custom-favicon"
],
"pluginsConfig": {
"github-buttons": {
"buttons": [{
"user": "tigercosmos",
"repo": "master-js-in-30-days",
"type": "star",
"size": "small",
"count": true
}, {
"user": "tigercosmos",
"type": "follow",
"width": "180",
"size": "small",
"count": true
}]
},
"github": {
"url": "https://github.com/tigercosmos/"
},
"disqus": {
"shortName": "master-js-in-30-days"
},
"favicon": "./favicon.ico"
}
}