forked from zhangjikai/gitbook-use
-
Notifications
You must be signed in to change notification settings - Fork 8
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
1b4aed5
commit 9a5ceba
Showing
3 changed files
with
24 additions
and
47 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
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"gitbook" : "2.6.4", | ||
"links" : { | ||
"sidebar" : { | ||
"Home" : "http://zhangjikai.com" | ||
"Home" : "https://zhangjikai.com" | ||
} | ||
}, | ||
"plugins": [ | ||
|
@@ -31,7 +31,8 @@ | |
"donate", | ||
"local-video", | ||
"toc", | ||
"edit-link" | ||
"edit-link", | ||
"[email protected]" | ||
|
||
], | ||
"pluginsConfig": { | ||
|
@@ -60,7 +61,7 @@ | |
}, | ||
|
||
"tbfed-pagefooter": { | ||
"copyright":"Copyright © zhangjikai.com 2015", | ||
"copyright":"Copyright © zhangjikai.com 2017", | ||
"modify_label": "该文件修订时间:", | ||
"modify_format": "YYYY-MM-DD HH:mm:ss" | ||
}, | ||
|
@@ -69,12 +70,12 @@ | |
"token" : "ff100361cdce95dd4c8fb96b4009f7bc" | ||
}, | ||
"sitemap": { | ||
"hostname": "http://gitbook.zhangjikai.com" | ||
"hostname": "https://gitbook.zhangjikai.com" | ||
}, | ||
|
||
"donate": { | ||
"wechat": "http://zhangjikai.com/resource/weixin.png", | ||
"alipay": "http://zhangjikai.com/resource/alipay.png", | ||
"wechat": "https://zhangjikai.com/resource/weixin.png", | ||
"alipay": "https://zhangjikai.com/resource/alipay.png", | ||
"title": "", | ||
"button": "赏", | ||
"alipayText": "支付宝打赏", | ||
|
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 |
---|---|---|
|
@@ -77,6 +77,22 @@ | |
} | ||
``` | ||
|
||
如果安装时提示 | ||
``` | ||
error: [email protected] install: `node-gyp rebuild` | ||
Exit status 1 | ||
``` | ||
在 Ubuntu 下的解决方案为: | ||
* 删除 `nodejieba` 库 | ||
``` | ||
sudo npm uninstall -g nodejieba | ||
``` | ||
* 删除主目录下的 `.node-gyp` 文件夹 | ||
* 重新安装 `nodejieba` 库 | ||
``` | ||
sudo npm install -g [email protected] | ||
``` | ||
|
||
### Advanced Emoji | ||
支持emoji表情 | ||
[emoij表情列表](http://www.emoji-cheat-sheet.com/) | ||
|