From 4aec4f9d7a6345c1bb8c66cee3a0850ef6b3732f Mon Sep 17 00:00:00 2001 From: Tao Wang Date: Wed, 23 Nov 2016 16:55:24 +1100 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20book.json=EF=BC=8C?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=89=B2=E5=BD=A9=E9=AB=98=E4=BA=AE=E6=8D=A2?= =?UTF-8?q?=E4=B8=BA=E9=BB=98=E8=AE=A4=E7=9A=84=20highlight=EF=BC=8C?= =?UTF-8?q?=E5=B9=B6=E5=8E=BB=E9=99=A4=E5=B7=B2=E7=BB=8F=E4=B8=8D=E5=86=8D?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9A=84=20autocover=20=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tao Wang --- book.json | 56 ++++++++++++++++++++----------------------------------- 1 file changed, 20 insertions(+), 36 deletions(-) diff --git a/book.json b/book.json index e31a1dd..5070ffd 100644 --- a/book.json +++ b/book.json @@ -1,39 +1,23 @@ { - "title": "Docker -- 从入门到实践", - "author": "yeasy", - "plugins": [ - "-autocover", - "image-captions", - "github-buttons", - "latex-codecogs", - "prism", - "-highlight" - ], - "pluginsConfig": { - "autocover": { - "font": { - "size": null, - "family": "Impact", - "color": "#000" - }, - "size": { - "w": 1800, - "h": 2360 - }, - "background": { - "color": "#FFF" - } - }, - "image-captions": { - "attributes": { "width": "600" }, - "caption": "图 _PAGE_LEVEL_._PAGE_IMAGE_NUMBER_ - _CAPTION_" - }, - "github-buttons": { - "repo": "yeasy/docker_practice", - "types": [ - "star", - "watch" - ] - } + "title": "Docker -- 从入门到实践", + "author": "yeasy", + "plugins": [ + "image-captions", + "github-buttons" + ], + "pluginsConfig": { + "image-captions": { + "attributes": { + "width": "600" + }, + "caption": "图 _PAGE_LEVEL_._PAGE_IMAGE_NUMBER_ - _CAPTION_" + }, + "github-buttons": { + "repo": "yeasy/docker_practice", + "types": [ + "star", + "watch" + ] } + } }