gitbook-theme-bookstyle
v1.0.1
Published
this is a gitbook style pageage
Downloads
3
Readme
Usage
Add the theme to your book's configuration book.json
or book.js
:
{
"plugins": [
"theme-bookstyle"
],
"variables": {
"themeFexa":{
"nav":[
{
"url":"http://...",
"target":"_blank",
"name": "test"
}
]
},
},
"pluginsConfig": {
"theme-fexa":{
"search-placeholder":"输入关键字搜索",
"logo":"./logo.png",
"favicon": "./favicon.ico"
}
}
},
Install by command:
gitbook install
Recommand plugins
plugins: [
'-sharing',
"-fontsettings",
'back-to-top-button',
"copy-code-button",
"cuav-chapters",
"heading-anchors",
"theme-bookstyle"
//...
]