天道酬勤,厚德载物,自强不息,求真务实,动脑动手,孜孜以求

StudyDo

天道酬勤,厚德载物,自强不息,求真务实,动脑动手,孜孜以求

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

Gitbook is tool to write a book, which support the simple language markdown.

We can write it offline.

  • first step to install gitbook
npm install gitbook-cli -g
  • create a fold to put the book
mkdir book1
cd book1
  • init a gitbook
gitbook init
  • edit the summary.md file

  • create the book

gitbook build
  • check the book
gitbook serve

When you update the summary, you can add the md file in the folder and modify the corresponding summary file. Then, you can update the file.

off course you can generate other format:

gitbook pdf ./ ./mybook.pdf
gitbook epub ./ ./mybook.epub
gitbook mobi ./ ./mybook.mobi

Before the command, you need to install the calibre software, and put the calibre as the user path. Ohterwise, you will get a ebook-convert error.

EbookError: Error during ebook generation: 'ebook-convert' is not recognized as an internal or external command, operable program or batch file.

2022-01-03_102948.png

Reference:

posted on 2022-01-03 10:44  三木人  阅读(59)  评论(0编辑  收藏  举报