-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
e323f05
commit ab4cf43
Showing
21 changed files
with
258 additions
and
414 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 |
---|---|---|
@@ -1,3 +1,62 @@ | ||
{ | ||
"plugins": ["toggle-chapters"] | ||
} | ||
"title": "Jack Zhang的博客", | ||
"author": "勤劳的螺丝工", | ||
"description": "记录遇到的问题与解决方式,分享我的知识、经历和观点...", | ||
"language": "zh-hans", | ||
"styles": { | ||
"website": "./css/gitbook-configure.css" | ||
}, | ||
"plugins": [ | ||
"theme-comscore", | ||
"prism", | ||
"-highlight", | ||
"copy-code-button", | ||
"search-pro", | ||
"-search", | ||
"-lunr", | ||
"expandable-chapters", | ||
"splitter", | ||
"-sharing", | ||
"github-buttons", | ||
"donate", | ||
"anchor-navigation-ex" | ||
], | ||
"pluginsConfig": { | ||
"github-buttons": { | ||
"buttons": [ | ||
{ | ||
"user": "Zhang-jie-jun", | ||
"repo": "blog", | ||
"type": "star", | ||
"count": true, | ||
"size": "small" | ||
}, | ||
{ | ||
"user": "Zhang-jie-jun", | ||
"width": "160", | ||
"type": "follow", | ||
"count": true, | ||
"size": "small" | ||
} | ||
] | ||
}, | ||
"donate": { | ||
"button": "赞赏支持", | ||
"wechatText": "问题联系", | ||
"alipayText": "打赏支持", | ||
"wechat": "./src/image/QR_code.jpg", | ||
"alipay": "./src/image/wechat.jpg" | ||
}, | ||
"prism": { | ||
"css": [ | ||
"prismjs/themes/prism-solarizedlight.css" | ||
], | ||
"lang": { | ||
"shell": "bash" | ||
} | ||
}, | ||
"anchor-navigation-ex": { | ||
"showLevel": false | ||
} | ||
} | ||
} |
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,7 @@ | ||
|
||
.gitbook-link { | ||
display: none !important; | ||
} | ||
.summary .divider { | ||
display: none !important; | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
27 changes: 0 additions & 27 deletions
27
node_modules/gitbook-plugin-toggle-chapters/book/toggle.js
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.