https://github.com/simonguo/hbook-cli
hbook 客户端
https://github.com/simonguo/hbook-cli
Last synced: 8 months ago
JSON representation
hbook 客户端
- Host: GitHub
- URL: https://github.com/simonguo/hbook-cli
- Owner: simonguo
- Created: 2015-12-31T09:35:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-26T08:48:07.000Z (over 9 years ago)
- Last Synced: 2025-10-03T01:14:05.608Z (9 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hbook-cli
Fork: [https://github.com/GitbookIO/gitbook](https://github.com/GitbookIO/gitbook)
[](http://badge.fury.io/js/hbook-cli)
**功能**
- 支持中文搜索;
- 提供多种色彩模板选择;
- 提供菜单可折叠配置;
- 提供是否生成菜单序号配置;
- 提供标题与版权信息设置。
## 安装
```
$ npm install hbook-cli -g
```
初始化
```
$ hbook init
```
第1次初始化的时候会有点慢,下载 https://www.npmjs.com/package/hbook
## 更新
```
hbook versions:update latest
```
更新到最新的版本
## 编译,生成电子书
```
$ hbook build
```
## 参数及模板设置
修改 `book.json`:
```json
{
"title": "前端工程师文档",
"variables": {
"theme": "theme-gray",
"copyright": "Copyright 2015 f2edocs.com"
},
"collapsible_menu":false,
"level_number":false
}
```
## 自定义样式
```json
"styles": {
"website": "styles/website.css",
"ebook": "styles/ebook.css",
"pdf": "styles/pdf.css",
"mobi": "styles/mobi.css",
"epub": "styles/epub.css"
}
```
- title: 配置文档标题,显示在页面顶部;
- navs: 可以配置顶部菜单
- variables.theme: 模板颜色,当前支持:theme-green,theme-purple,theme-orange,theme-deepblue;
- variables.copyright: 配置版权信息,显示在页面底部;
- styles: 自定义css
## 谁在用
[http://f2edocs.com/](http://f2edocs.com/)