This commit is contained in:
khronokernel
2020-02-04 14:11:00 -07:00
parent b35bd7cd27
commit 40bcb25765
18 changed files with 491 additions and 0 deletions

34
book.json Normal file
View File

@@ -0,0 +1,34 @@
{
"plugins": ["theme-default", "-lunr", "-search", "search-plus", "addcssjs", "favicon-plus"],
"pluginsConfig": {
"fontsettings": {
"theme": "night",
"family": "sans"
},
"favicon": "/icons/favicon.ico",
"appleTouchIconPrecomposed152": "/icons/appleTouchIconPrecomposed152.png",
"output": "_book"
},
"links": {
"sharing": {
"google": false,
"facebook": false,
"twitter": false,
"weibo": false,
"all": false
}
},
"pdf": {
"pageNumbers": false,
"fontSize": 12,
"paperSize": "a4",
"margin": {
"right": 62,
"left": 62,
"top": 36,
"bottom": 36
},
"headerTemplate": null,
"footerTemplate": null
}
}