-
Notifications
You must be signed in to change notification settings - Fork 3
/
book.json
31 lines (31 loc) · 891 Bytes
/
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
{
"plugins": [
"katex@git://github.com/sasdf/plugin-katex.git",
"disqus",
"prism",
"-highlight",
"html-minifier",
"writeup-utils@git://github.com/sasdf/gitbook-plugin-writeup-utils.git"
],
"pluginsConfig": {
"writeup-utils": {
"filePrefix": "https://github.com/sasdf/ctf/blob/master",
"rawPrefix": "https://raw.githubusercontent.com/sasdf/ctf/master",
"repoPrefix": "https://github.com/sasdf/ctf/blob/master"
},
"disqus": {
"shortName": "sasdfwriteup"
},
"prism": {
"css": ["prismjs/themes/prism-tomorrow.css"],
"lang": {
"C": "c",
"C++": "cpp",
"asm": "nasm"
}
},
"html-minifier": {
"removeEmptyElements": false
}
}
}