-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
128 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,128 @@ | ||
{ | ||
"title": "知识星球'灰袍技能' 2017 精华", | ||
"author": "ChrisLinn", | ||
"output.name": "site", | ||
"gitbook": "3.2.3", | ||
"root": "./", | ||
"styles": { | ||
"website": "styles/website.css" | ||
}, | ||
"plugins": [ | ||
"-lunr", | ||
"-search", | ||
"-highlight", | ||
"-livereload", | ||
"search-plus@^0.0.11", | ||
"simple-page-toc@^0.1.1", | ||
"github@^2.0.0", | ||
"github-buttons@2.1.0", | ||
"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", | ||
"sectionx@^3.1.0", | ||
"local-video@^1.0.1", | ||
"anchor-navigation-ex@0.1.8", | ||
"favicon@^0.0.2", | ||
"todo@^0.1.3", | ||
"alerts@^0.2.0", | ||
"include-csv@^0.1.0", | ||
"puml@^1.0.1", | ||
"-sharing", | ||
"sharing-plus@^0.0.2", | ||
"image-captions", | ||
"donate" | ||
], | ||
|
||
"pluginsConfig": { | ||
"theme-default": { | ||
"showLevel": true | ||
}, | ||
"prism": { | ||
"css": [ | ||
"prism-themes/themes/prism-base16-ateliersulphurpool.light.css" | ||
] | ||
}, | ||
"github": { | ||
"url": "https://github.com/ChrisLinn/greyhame-2017" | ||
}, | ||
"github-buttons": { | ||
"repo": "ChrisLinn/greyhame-2017", | ||
"types": [ | ||
"star", | ||
"watch", | ||
"fork" | ||
], | ||
"size": "small" | ||
}, | ||
"include-codeblock": { | ||
"template": "ace", | ||
"unindent": true, | ||
"edit": true | ||
}, | ||
"sharing": { | ||
"douban": false, | ||
"facebook": false, | ||
"google": false, | ||
"hatenaBookmark": false, | ||
"instapaper": false, | ||
"line": false, | ||
"linkedin": false, | ||
"messenger": false, | ||
"pocket": false, | ||
"qq": false, | ||
"qzone": false, | ||
"stumbleupon": false, | ||
"twitter": false, | ||
"viber": false, | ||
"vk": false, | ||
"weibo": false, | ||
"whatsapp": false, | ||
"all": [ | ||
"facebook", "google", "twitter", | ||
"weibo", "instapaper", "linkedin", | ||
"pocket", "stumbleupon", "qq", "qzone" | ||
] | ||
}, | ||
"tbfed-pagefooter": { | ||
"copyright": "Copyright © Haoyu LIN 2017-2018", | ||
"modify_label": "该文件修订时间:", | ||
"modify_format": "YYYY-MM-DD HH:mm:ss" | ||
}, | ||
"simple-page-toc": { | ||
"maxDepth": 3, | ||
"skipFirstH1": true | ||
}, | ||
"anchor-navigation-ex": { | ||
"isRewritePageTitle": false, | ||
"tocLevel1Icon": "fa fa-hand-o-right", | ||
"tocLevel2Icon": "fa fa-hand-o-right", | ||
"tocLevel3Icon": "fa fa-hand-o-right" | ||
}, | ||
"sectionx": { | ||
"tag": "b" | ||
}, | ||
"favicon": { | ||
"shortcut": "favicon.ico", | ||
"bookmark": "favicon.ico" | ||
}, | ||
"image-captions": { | ||
"caption": "_PAGE_LEVEL_._PAGE_IMAGE_NUMBER_ -- _CAPTION_" | ||
}, | ||
"donate": { | ||
"wechat": "", | ||
"alipay": "", | ||
"title": "", | ||
"button": "赞赏 👍 ", | ||
"alipayText": "支付宝打赏", | ||
"wechatText": "微信打赏" | ||
} | ||
} | ||
} |