gitbook的插件配置

隐身守侯 提交于 2020-01-28 09:32:10

原生的gitbook样式比较单一,美观度和功能欠佳,可通过相关插件进行拓展。

插件地址:https://plugins.gitbook.com/

主目录下新建book.json:

{    "author": "yonguo",    "description": "...",    "extension": null,    "generator": "site",    "title": "CSM GitBook",    "variables": {},    "links": {        "sharing": {            "all": null,            "facebook": null,            "google": null,            "twitter": null,            "weibo": null        },        "sidebar": {          "Go to CSM": "https:baidu.com/"        }    },    "output": null,    "pdf": {        "fontSize": 12,        "footerTemplate": null,        "headerTemplate": null,        "margin": {            "bottom": 36,            "left": 62,            "right": 62,            "top": 36        },        "pageNumbers": false,        "paperSize": "a4"    },    "plugins": [        "-livereload",        "theme-comscore",        "-lunr", "-search","search-plus@^0.0.11",        "simple-page-toc@^0.1.1",        "prism@^2.1.0",        "prism-themes@^0.0.2",        "advanced-emoji@^0.2.1",        "anchors@^0.7.1",        "include-codeblock@^3.0.2",        "ace@^0.3.2",        "emphasize@^1.1.0",        "katex@^1.1.3",        "splitter@^0.0.8",        "mermaid-gb3@2.1.0",        "tbfed-pagefooter@^0.0.1",        "expandable-chapters-small@^0.1.7",        "donate@^1.0.2",        "favicon@^0.0.2",        "todo@^0.1.3",        "terminal@^0.3.2",        "alerts@^0.2.0",        "include-csv@^0.1.0",        "markdown-video",        "anchor-navigation-ex",        "embed-pdf",        "chart@^0.2.0"    ],    "pluginsConfig": {        "theme-default": {            "showLevel": true        },        "prism": {            "css": [                "prism-themes/themes/prism-base16-ateliersulphurpool.light.css"            ]        },        "include-codeblock": {            "template": "ace",            "unindent": true,            "edit": true        },        "tbfed-pagefooter": {            "copyright": "Copyright © 项目组 2018",            "modify_label": "该文件修订时间:",            "modify_format": "YYYY-MM-DD HH:mm:ss"        },        "donate": {            "wechat": "./pics/pay.jpg",            "title": "",            "button": "赏",            "wechatText": "微信打赏"        },        "simple-page-toc": {            "maxDepth": 3,            "skipFirstH1": true        },        "sectionx": {            "tag": "b"        },        "favicon": {            "shortcut": "favicon.ico",            "bookmark": "favicon.ico"        },        "terminal": {            "copyButtons": true,            "fade": false,            "style": "flat"        }    }}
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!