book.json配置文件
book.json
{
"title": "gitbook-use",
"description": "",
"author": "New Future",
"generator": "site",
"language": "zh-hans",
"links": {
"sidebar": {
"Home": "http://zhangjikai.com",
"gitbook-use": "https://www.gitbook.com/book/newfuture/gitbook-use"
},
"gitbook": true
},
"plugins": [
"github",
"ace",
"emphasize",
"katex",
"anchors",
"include-codeblock",
"mermaid",
"expandable-chapters",
"codeblock-filename",
"toc",
"edit-link",
"comment"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/zhangjikai/gitbook-use"
},
"search-pro": {
"cutWordLib": "nodejieba",
"defineWord": [
"gitbook-use"
]
},
"sharing": {
"weibo": true,
"facebook": true,
"twitter": true,
"google": false,
"instapaper": false,
"vk": false,
"all": [
"facebook",
"google",
"twitter",
"weibo",
"instapaper"
]
},
"tbfed-pagefooter": {
"copyright": "Copyright © zhangjikai.com 2015",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"baidu": {
"token": "ff100361cdce95dd4c8fb96b4009f7bc"
},
"sitemap": {
"hostname": "http://gitbook.zhangjikai.com"
},
"donate": {
"wechat": "http://zhangjikai.com/resource/weixin.png",
"alipay": "http://zhangjikai.com/resource/alipay.png",
"title": "",
"button": "赏",
"alipayText": "支付宝打赏",
"wechatText": "微信打赏"
},
"edit-link": {
"base": "https://github.com/zhangjikai/gitbook-use/edit/master",
"label": "Edit This Page"
},
"theme-default": {
"showLevel": true
}
},
"github": "NewFuture/gitbook-use",
"pdf": {
"fontSize": 16
}
}