Skip to content

Commit

Permalink
提交blog框架
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang-jiejun committed Mar 11, 2022
1 parent e323f05 commit ab4cf43
Show file tree
Hide file tree
Showing 21 changed files with 258 additions and 414 deletions.
63 changes: 61 additions & 2 deletions book.json
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
}
}
}
7 changes: 7 additions & 0 deletions css/gitbook-configure.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

.gitbook-link {
display: none !important;
}
.summary .divider {
display: none !important;
}
25 changes: 0 additions & 25 deletions node_modules/gitbook-plugin-toggle-chapters/.npmignore

This file was deleted.

201 changes: 0 additions & 201 deletions node_modules/gitbook-plugin-toggle-chapters/LICENSE

This file was deleted.

12 changes: 0 additions & 12 deletions node_modules/gitbook-plugin-toggle-chapters/README.md

This file was deleted.

Empty file.
27 changes: 0 additions & 27 deletions node_modules/gitbook-plugin-toggle-chapters/book/toggle.js

This file was deleted.

39 changes: 0 additions & 39 deletions node_modules/gitbook-plugin-toggle-chapters/index.js

This file was deleted.

Loading

0 comments on commit ab4cf43

Please sign in to comment.