book.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. {
  2. "title": "GitBook 使用教程",
  3. "description": "记录 GitBook 的配置和一些插件的使用",
  4. "author": "zhangjikai",
  5. "output.name": "site",
  6. "language": "zh-hans",
  7. "gitbook": "3.2.3",
  8. "root": ".",
  9. "structure": {
  10. "readme": "introduction.md"
  11. },
  12. "links": {
  13. "sidebar": {
  14. "Home": "http://www.zhangjikai.com"
  15. }
  16. },
  17. "plugins": [
  18. "-lunr",
  19. "-search",
  20. "-highlight",
  21. "-livereload",
  22. "search-plus@^0.0.11",
  23. "simple-page-toc@^0.1.1",
  24. "github@^2.0.0",
  25. "github-buttons@2.1.0",
  26. "edit-link@^2.0.2",
  27. "disqus@^0.1.0",
  28. "prism@^2.1.0",
  29. "prism-themes@^0.0.2",
  30. "advanced-emoji@^0.2.1",
  31. "anchors@^0.7.1",
  32. "include-codeblock@^3.0.2",
  33. "ace@^0.3.2",
  34. "emphasize@^1.1.0",
  35. "katex@^1.1.3",
  36. "splitter@^0.0.8",
  37. "mermaid-gb3@2.1.0",
  38. "-tbfed-pagefooter@^0.0.1",
  39. "expandable-chapters-small@^0.1.7",
  40. "sectionx@^3.1.0",
  41. "donate@^1.0.2",
  42. "local-video@^1.0.1",
  43. "sitemap-general@^0.1.1",
  44. "anchor-navigation-ex@0.1.8",
  45. "favicon@^0.0.2",
  46. "todo@^0.1.3",
  47. "3-ba@^0.9.0",
  48. "terminal@^0.3.2",
  49. "alerts@^0.2.0",
  50. "include-csv@^0.1.0",
  51. "puml@^1.0.1",
  52. "musicxml@^1.0.2",
  53. "klipse@^1.2.0",
  54. "versions-select@^0.1.1",
  55. "rss@^3.0.2",
  56. "-sharing",
  57. "sharing-plus@^0.0.2",
  58. "graph@^0.1.0",
  59. "chart@^0.2.0",
  60. "expandable-chapters",
  61. "embed-pdf"
  62. ],
  63. "pluginsConfig": {
  64. "theme-default": {
  65. "showLevel": false
  66. },
  67. "disqus": {
  68. "shortName": "gitbookuse"
  69. },
  70. "prism": {
  71. "css": [
  72. "prism-themes/themes/prism-base16-ateliersulphurpool.light.css"
  73. ]
  74. },
  75. "github": {
  76. "url": "https://github.com/zhangjikai/gitbook-use"
  77. },
  78. "github-buttons": {
  79. "repo": "zhangjikai/gitbook-use",
  80. "types": [
  81. "star"
  82. ],
  83. "size": "small"
  84. },
  85. "include-codeblock": {
  86. "template": "ace",
  87. "unindent": false,
  88. "edit": false
  89. },
  90. "sharing": {
  91. "douban": false,
  92. "facebook": false,
  93. "google": true,
  94. "hatenaBookmark": false,
  95. "instapaper": false,
  96. "line": false,
  97. "linkedin": true,
  98. "messenger": false,
  99. "pocket": false,
  100. "qq": false,
  101. "qzone": false,
  102. "stumbleupon": false,
  103. "twitter": false,
  104. "viber": false,
  105. "vk": false,
  106. "weibo": true,
  107. "whatsapp": false,
  108. "all": [
  109. "facebook", "google", "twitter",
  110. "weibo", "instapaper", "linkedin",
  111. "pocket", "stumbleupon", "qq", "qzone"
  112. ]
  113. },
  114. "3-ba": {
  115. "token": "ff100361cdce95dd4c8fb96b4009f7bc"
  116. },
  117. "donate": {
  118. "wechat": "https://zhangjikai.com/resource/weixin.png",
  119. "alipay": "https://zhangjikai.com/resource/alipay.png",
  120. "title": "",
  121. "button": "赏",
  122. "alipayText": "支付宝打赏",
  123. "wechatText": "微信打赏"
  124. },
  125. "simple-page-toc": {
  126. "maxDepth": 3,
  127. "skipFirstH1": true
  128. },
  129. "edit-link": {
  130. "base": "https://github.com/zhangjikai/gitbook-use/edit/master",
  131. "label": "Edit This Page"
  132. },
  133. "sitemap-general": {
  134. "prefix": "http://gitbook.zhangjikai.com"
  135. },
  136. "anchor-navigation-ex": {
  137. "isRewritePageTitle": false,
  138. "tocLevel1Icon": "fa fa-hand-o-right",
  139. "tocLevel2Icon": "fa fa-hand-o-right",
  140. "tocLevel3Icon": "fa fa-hand-o-right"
  141. },
  142. "sectionx": {
  143. "tag": "b"
  144. },
  145. "favicon": {
  146. "shortcut": "favicon.ico",
  147. "bookmark": "favicon.ico"
  148. },
  149. "terminal": {
  150. "copyButtons": true,
  151. "fade": false,
  152. "style": "flat"
  153. },
  154. "versions": {
  155. "options": [
  156. {
  157. "value": "http://gitbook.zhangjikai.com",
  158. "text": "v3.2.3"
  159. },
  160. {
  161. "value": "http://gitbook.zhangjikai.com/v2/",
  162. "text": "v2.6.4"
  163. }
  164. ]
  165. },
  166. "rss": {
  167. "title": "GitBook 使用教程",
  168. "description": "记录 GitBook 的配置和一些插件的使用",
  169. "author": "Jikai Zhang",
  170. "feed_url": "http://gitbook.zhangjikai.com/rss",
  171. "site_url": "http://gitbook.zhangjikai.com/",
  172. "managingEditor": "me@zhangjikai.com",
  173. "webMaster": "me@zhangjikai.com",
  174. "categories": [
  175. "gitbook"
  176. ]
  177. }
  178. }
  179. }