# gitbook-plugin-theme-fexa **Repository Path**: beopeng/gitbook-plugin-theme-fexa ## Basic Information - **Project Name**: gitbook-plugin-theme-fexa - **Description**: gitbook定制主题 - **Primary Language**: JavaScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Gitbook theme for BingoPaaS Docs ![Image](https://github.com/tonyyls/gitbook-plugin-theme-fexa/blob/master/preview.png) ## Usage Add the theme to your book's configuration `book.json` or `book.js`: ```js { "plugins": [ "theme-fexa" ], "variables": { "themeFexa":{ "nav":[ { "url":"http://...", "target":"_blank", "name": "简易教程" } ] }, }, "pluginsConfig": { "theme-fexa":{ "search-placeholder":"输入关键字搜索", //搜索框提示信息 "logo":"./logo.png", //logo地址 "favicon": "./favicon.ico" //ico地址 } } }, ``` Install by command: ``` bash gitbook install ``` ## Recommand plugins ```js plugins: [ '-sharing', "-fontsettings", 'back-to-top-button', "copy-code-button", "cuav-chapters", "heading-anchors", "theme-fexa" //... ] ``` Enjoy!