Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hbook

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hbook

Library and cmd utility to generate HBooks

  • 1.2.27
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-30%
Maintainers
1
Weekly downloads
 
Created
Source

HBook

Fork: https://github.com/GitbookIO/gitbook

NPM version

功能

  • 提供多种色彩模板选择;
  • 提供菜单可折叠配置;
  • 提供是否生成菜单序号配置;
  • 提供标题与版权信息设置。

安装

$ npm install hbook-cli -g

初始化

$ hbook init

第1次初始化的时候会有点慢,下载 https://www.npmjs.com/package/hbook

更新

hbook versions:update latest

更新到最新的版本

编译,生成电子书

$ hbook build

参数及模板设置

修改 book.json:

{
    "title": "前端工程师文档",
    "variables": {
        "theme": "theme-gray",
        "copyright": "Copyright 2015 f2edocs.com"
    },
    "collapsible_menu":false,
    "level_number":false
}

自定义样式

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

Keywords

FAQs

Package last updated on 26 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc