如果沒有 github 跟 gitbook帳號可以去申請一下~
所以我們開始來寫書嚕 ~
## 我的首頁
#### 看起來還不錯
# Summary
* [我的首頁](README.md)
    * [我的首頁分頁](my.md)
* [更多內容](content.md)
# Root directory to locate the content
# Default is the root directory of the repository.
root: ./你的專案資料夾名稱/
# Files to use as SUMMARY/README.
# (Relative to <root> directory)
structure:
  readme:  README.md
  summary: SUMMARY.md
# Redirect urls to specific files (relative to the <root> directory)
#redirects:
  #previous/page: new-folder/page.md
有沒有很簡單!一本電子書就此誕生了!?
當然 node 也可製作 gitbook 本機離線版 (在下面留言 介紹使用)
{   
    "title": "自取名稱",
    "description": "自行描述",
    "language": "zh",
    "pluginsConfig": {
        "fontSettings": {
          "theme": "white",
          "family": "msyh",
          "size": 2
        } 
    },
    "plugins": [
      "multipart",
      "yahei",
      "katex",
      "search",
      "splitter",
      "collapsible-chapters"
   ],
  "pdf": {
    "pageNumbers": true, 
    "fontFamily": "Arial",
    "fontSize": 12,
    "paperSize": "a4",
    "margin": {
      "right": 0,
      "left": 0,
      "top": 0,
      "bottom": 0
    }
  }
}
所以,
是做成PDF的意思嗎?
我以為是那種可以翻的電子書.
可以參考 :https://www.pcsetting.com/other/48
gitbook有沒有什麼管道找出版社出版???例如點擊率達標或其他, 有辦法吸引Amazon或其他出版社幫出書嗎???
這倒是沒有耶 ~ 如果想出書我建議直接找出版社會更快
可以讓他看你github書的點閱率或星星數或許他就讓你出版了
以前在看.Net社群sky的blog時有看到雜誌編輯還是什麼,找他去寫文章之類的..
不過他本人好像沒興趣吧
沒回留言