gitbook是一個使用 Git 和 Markdown 來構建書籍的工具。支持pdf,epub,mobi,markdown等格式,或者直接輸出成靜态網頁,通過網頁浏覽器直接閱讀。
sudo apt install nodejs pandoc
sudo npm install -g gitbook-cli
mkdir ./book
cd book
gitbook init
ls -al
info: create README.md
info: create SUMMARY.md
info: initialization is finished
cat SUMMARY.md
* [Introduction](README.md)
* [chapter1](chapter1.md)
* [chapter1.1](chapter1.1.md)
* [chapter1.2](chapter1.2.md)
* [chapter2](chapter2.md)
* [chapter3](chapter3.md)
cd ./book
git init
git remote add
,
更多精彩资讯请关注tft每日頭條,我们将持续为您更新最新资讯!