Bookjson

笔者实操测试的book.json

{
    "output": null,
    "generator": "ebook",
    "title": null,
    "description": null,
    "extension": null,
    "plugins": [
        "-search",
        "-disqus",
        "advanced-emoji",
        "github",
        "ace",
        "emphasize",
        "katex",
        "include-codeblock",
        "splitter",
        "-sharing",
        "-tbfed-pagefooter",
        "toggle-chapters",
        "sectionx",
        "codeblock-filename",
        "baidu"
    ],
    "pluginsConfig": {
        "fontSettings": {
            "theme": "sepia",
            "family": "serif",
            "size": 1 
        },
        "disqus": {
            "shortName": "docbook"
        },
        "github": {
            "url": "https://github.com/xieguo"
        },
        "tbfed-pagefooter": {
            "copyright":"@Copyright &copy bitbybit.top 2016",
            "modify_label": "修订时间:",
            "modify_format": "YYYY-MM-DD HH:mm:ss"
        },
        "baidu": {
            "token": "f095aafc0c7b0201f1c10810832e9a09"
        }
    },
    "links": {
    	"sidebar": {
    	    "DocBook": ""
    	}
    },
    "pdf": {
        "toc": true,
        "pageNumbers": false,
        "fontSize": 12,
        "paperSize": "a4",
        "margin": {
            "right": 62,
            "left": 62,
            "top": 36,
            "bottom": 36
        }
    }
}
文章导航