add book.json

This commit is contained in:
chyyuu 2014-10-12 22:46:36 +08:00
parent 36fed73c38
commit 2ce71ad9c9
1 changed files with 23 additions and 0 deletions

23
book.json Normal file
View File

@ -0,0 +1,23 @@
{
"plugins": [
"autocover"
],
"pluginsConfig": {
"autocover": {
"title": "ucore lab guide",
"author": "Chen, Yu",
"font": {
"size": null,
"family": "Impact",
"color": "#FFF"
},
"size": {
"w": 1800,
"h": 2360
},
"background": {
"color": "#09F"
}
}
}
}