This commit is contained in:
nick
2018-05-14 15:03:00 +08:00
parent cea09da3bb
commit d3174319fd
3 changed files with 13 additions and 2 deletions

View File

@ -12,6 +12,8 @@
"website": "styles/website.css"
},
"plugins": [
"github",
"edit-link",
"donate",
"sitemap",
"-sharing",
@ -22,6 +24,13 @@
"search-pro"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/Nick233333/gitbook"
},
"edit-link": {
"base": "https://github.com/Nick233333/gitbook/blob/master/",
"label": "编辑本页面"
},
"sitemap": {
"hostname": "http://linux.hellocode.name"
},