1.0.18 • Published 6 years ago

gitbook-plugin-theme-deepintell v1.0.18

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
6 years ago

GitBook Default Theme

This is the default theme for GitBook since version 3.0.0. It can be used as a template for theming books or can be extended.

Image

使用说明

1. 配置book.json文件

    //添加变量
   "variables": {
   	  	"brand": "深智科技"
   	}

   	//添加插件
   	"plugins": [
        "theme-deepintell@1.0.1"
    ]

2. 安装主题插件

    gitbook install

3. 初始化gitbook

    gitbook init

4. 启动gitbook

    gitbook serve