-
Notifications
You must be signed in to change notification settings - Fork 12
/
book.json
59 lines (59 loc) · 1.49 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
{
"plugins": [
"include",
"katex",
"include-codeblock",
"ace",
"-autocover",
"-layout",
"youtube",
"video",
"highlight",
"sectionx",
"code-highlighter",
"copy-code-button",
"page-toc",
"-toc",
"-latex-codecogs",
"-emphasize",
"collapsible-menu",
"js-console",
"codetabs",
"es6tabs-stage-0",
"jazer"
],
"pluginsConfig": {
"toc": {
"addClass": "true",
"className": "toc"
},
"layout": {
"headerPath": "layouts/header.html",
"footerPath": "layouts/footer.html"
},
"autocover": {
"title": "Apuntes del Curso 2016/2017: Procesadores de Lenguajes, Desarrollo de Sistemas Informáticos y Sistemas y Tecnologías Web",
"author": "Casiano",
"pluginsConfig": {
"autocover": {
"font": {
"size": null,
"family": "Impact",
"color": "#FFF"
},
"size": {
"w": 1800,
"h": 2360
},
"background": {
"color": "#09F"
}
}
}
},
"es6tabs": {
"presets": ["es2015", "stage-0"]
}
},
"root": "txt"
}