mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2025-12-31 20:55:58 -08:00
35 lines
865 B
JSON
35 lines
865 B
JSON
{
|
|
"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
|
|
}
|
|
}
|