book.json 4.5 KB

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