1.0.1 • Published 4 years ago

gitbook-theme-bookstyle v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

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"
    //...
]