mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-24 15:28:54 +00:00
更新 book.json,代码色彩高亮换为默认的 highlight,并去除已经不再使用的 autocover 等
Signed-off-by: Tao Wang <twang2218@gmail.com>
This commit is contained in:
parent
ff5eb9d96a
commit
4aec4f9d7a
56
book.json
56
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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user