From 6652c53d065f7b861fbf533b6b6776c000e6231c Mon Sep 17 00:00:00 2001 From: nick Date: Sun, 4 Mar 2018 10:18:11 +0800 Subject: [PATCH] add css --- book.json | 7 +++++-- styles/website.css | 6 ++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 styles/website.css diff --git a/book.json b/book.json index 14b3882..50e0897 100644 --- a/book.json +++ b/book.json @@ -1,13 +1,16 @@ { "author": "Nick", - "description": "记录Gitbook的配置和一些插件的使用", - "title" : "Gitbook Use", + "description": "Gitbook 描述", + "title" : "Gitbook title", "language": "zh-hans", "links": { "sidebar": { "Home": "#" } }, + "styles": { + "website": "styles/website.css" + }, "plugins": [ "donate", "-sharing", diff --git a/styles/website.css b/styles/website.css new file mode 100644 index 0000000..3efd7f6 --- /dev/null +++ b/styles/website.css @@ -0,0 +1,6 @@ +.gitbook-link { + display: none !important; +} +.summary > li:nth-child(3) { + display: none !important; +}