forked from gis-oer/gis-oer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
62 lines (62 loc) · 1.52 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
{
"title": "GIS実習オープン教材",
"author": "GIS-Open Educational Resources WG",
"honkit": ">= 4.0.4",
"language": "ja",
"root": ".",
"plugins": [
"-sharing",
"-sharing-plus",
"collapsible-menu",
"creativecommons",
"favicon",
"github",
"github-buttons"
],
"pluginsConfig": {
"sharing": {
"douban": false,
"facebook": false,
"google": false,
"hatenaBookmark": false,
"instapaper": false,
"line": false,
"linkedin": false,
"messenger": false,
"pocket": false,
"qq": false,
"qzone": false,
"stumbleupon": false,
"twitter": true,
"viber": false,
"vk": false,
"weibo": false,
"whatsapp": false,
"all": ["facebook", "google"]
},
"favicon":{
"shortcut": "./img/favicon.ico",
"bookmark": "./img/favicon.ico",
"appleTouch": "./img/apple-touch-icon.png",
"appleTouchMore": {
"120x120": "./img/favicon.ico",
"180x180": "./img/favicon.ico"
}
},
"github": {
"url": "https://github.com/gis-oer/gis-oer"
},
"github-buttons": {
"buttons": [{
"user": "gis-oer",
"repo": "gis-oer",
"type": "star",
"size": "small",
"count": true
}]
}
},
"styles": {
"website": "styles/website.css"
}
}