gitbook 製作與離線版
基本安裝與製作
## 我的首頁 #### 看起來還不錯
# Summary
* [我的首頁](README.md)
* [我的首頁分頁](my.md)
* [更多內容](content.md)github 步驟
gitbook 步驟
gitbook pdf & 離線網頁版
Last updated
Was this helpful?
## 我的首頁
#### 看起來還不錯# Summary
* [我的首頁](README.md)
* [我的首頁分頁](my.md)
* [更多內容](content.md)Last updated
Was this helpful?
Was this helpful?
# 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{
"title": "Bootstrap 4 指南",
"description": "<Bootstrap 4 指南>中文版",
"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
}
}
}