项目作者: tonyyls

项目描述 :
基于gitbook主题机制定制的主题
高级语言: JavaScript
项目地址: git://github.com/tonyyls/gitbook-plugin-theme-fexa.git
创建时间: 2018-07-26T09:16:16Z
项目社区:https://github.com/tonyyls/gitbook-plugin-theme-fexa

开源协议:GNU General Public License v3.0

下载


Gitbook theme for BingoPaaS Docs

Image

Usage

Add the theme to your book’s configuration book.json or book.js:

  1. {
  2. "plugins": [
  3. "theme-fexa"
  4. ],
  5. "variables": {
  6. "themeFexa":{
  7. "nav":[
  8. {
  9. "url":"http://...",
  10. "target":"_blank",
  11. "name": "简易教程"
  12. }
  13. ]
  14. },
  15. },
  16. "pluginsConfig": {
  17. "theme-fexa":{
  18. "search-placeholder":"输入关键字搜索", //搜索框提示信息
  19. "logo":"./logo.png", //logo地址
  20. "favicon": "./favicon.ico" //ico地址
  21. }
  22. }
  23. },

Install by command:

  1. gitbook install

Recommand plugins

  1. plugins: [
  2. '-sharing',
  3. "-fontsettings",
  4. 'back-to-top-button',
  5. "copy-code-button",
  6. "cuav-chapters",
  7. "heading-anchors",
  8. "theme-fexa"
  9. //...
  10. ]

Enjoy!