Skip to content

Commit

Permalink
Merge pull request #29 from icowan/master
Browse files Browse the repository at this point in the history
增加gitbook插件
  • Loading branch information
icowan authored Oct 15, 2019
2 parents 6b842e8 + 0017f8b commit 9c95256
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*~
_book/
*.idea
node_modules/
24 changes: 24 additions & 0 deletions book.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"plugins": ["github", "highlight", "search", "mygitalk", "copy-code-button", "code", "expandable-chapters", "back-to-top-button",
"-sharing", "sharing-plus"],
"pluginsConfig": {
"sharing": {
"douban": false,
"facebook": false,
"google": true,
"pocket": false,
"qq": false,
"qzone": true,
"twitter": false,
"weibo": true,
"all": [
"douban", "facebook", "google", "instapaper", "linkedin","twitter", "weibo",
"messenger","qq", "qzone","viber","whatsapp"
]
},
"github": {
"url": "https://github.com/kplcloud/cloud-website.git"
},
"mygitalk": { "clientID": "f9c7497acefb210b7b1b", "clientSecret": "4cf66cb16ee3138910ce5839aeace57c94c43404", "repo": "cloud-website", "owner": "icowan", "admin": ["icowan"], "distractionFreeMode": false }
}
}

0 comments on commit 9c95256

Please sign in to comment.