開始撰寫第一本書

首先,先建立一個用來放某本書的專案資料夾(repository),假設叫做test_book好了
使用CMD進入test_book專案資料夾內

$ cd ./test_book

接著用以下指令建立書籍目錄

$ gitbook init

也可以在其他路徑上對專案資料夾執行上面的指令,但後面要記得加上相對/絕對路徑

gitbook init ./test_book

gitbook-cli會幫你建立一本Gitbook一定要有的檔案
這時候應該會出現下面的文字,有看到warn不用擔心
只是找不到SUMMARY.md這個檔案,所以幫你建立新的的而已

warn: no summary file in this book
info: create README.md
info: create SUMMARY.md
info: initialization is finished

這時候你會發現你的test_book裡面多了README.mdSUMMARY.md這兩個檔案
代表已經可以開始使用Markdown語法寫書了

results matching ""

    No results matching ""