commit
5385a8b0dc
24
book.json
24
book.json
|
@ -2,30 +2,14 @@
|
||||||
"title": "Docker -- 从入门到实践",
|
"title": "Docker -- 从入门到实践",
|
||||||
"author": "yeasy",
|
"author": "yeasy",
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"-autocover",
|
|
||||||
"image-captions",
|
"image-captions",
|
||||||
"github-buttons",
|
"github-buttons"
|
||||||
"latex-codecogs",
|
|
||||||
"prism",
|
|
||||||
"-highlight"
|
|
||||||
],
|
],
|
||||||
"pluginsConfig": {
|
"pluginsConfig": {
|
||||||
"autocover": {
|
|
||||||
"font": {
|
|
||||||
"size": null,
|
|
||||||
"family": "Impact",
|
|
||||||
"color": "#000"
|
|
||||||
},
|
|
||||||
"size": {
|
|
||||||
"w": 1800,
|
|
||||||
"h": 2360
|
|
||||||
},
|
|
||||||
"background": {
|
|
||||||
"color": "#FFF"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"image-captions": {
|
"image-captions": {
|
||||||
"attributes": { "width": "600" },
|
"attributes": {
|
||||||
|
"width": "600"
|
||||||
|
},
|
||||||
"caption": "图 _PAGE_LEVEL_._PAGE_IMAGE_NUMBER_ - _CAPTION_"
|
"caption": "图 _PAGE_LEVEL_._PAGE_IMAGE_NUMBER_ - _CAPTION_"
|
||||||
},
|
},
|
||||||
"github-buttons": {
|
"github-buttons": {
|
||||||
|
|
Loading…
Reference in New Issue