book.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "author": "Nick",
  3. "description": "PHPer 必知必会的 Linux 命令",
  4. "title" : "PHPer 必知必会的 Linux 命令",
  5. "language": "zh-hans",
  6. "links": {
  7. "sidebar": {
  8. "PHPer 必知必会的 Linux 命令": "https://linux.hellocode.name/"
  9. }
  10. },
  11. "styles": {
  12. "website": "styles/website.css"
  13. },
  14. "plugins": [
  15. "back-to-top-button",
  16. "favicon",
  17. "anchors",
  18. "3-ba",
  19. "-fontsettings",
  20. "github",
  21. "edit-link",
  22. "donate",
  23. "sitemap",
  24. "-sharing",
  25. "splitter",
  26. "sharing-plus",
  27. "search",
  28. "search-pro",
  29. "page-footer-ex",
  30. "copy-code-button",
  31. "advanced-emoji",
  32. "pageview-count"
  33. ],
  34. "pluginsConfig": {
  35. "page-footer-ex": {
  36. "copyright": "[Nick](https://github.com/nick233333)",
  37. "markdown": true,
  38. "update_label": "<i>上次更新</i>",
  39. "update_format": "YYYY-MM-DD HH:mm:ss"
  40. },
  41. "favicon": {
  42. "shortcut": "/images/favicon.ico",
  43. "bookmark": "/images/favicon.png",
  44. "appleTouch": "/images/favicon.png",
  45. "appleTouchMore": {
  46. "56x56": "/images/favicon.png"
  47. }
  48. },
  49. "3-ba": {
  50. "token": "05e74883e1b59d73b500efaacbf8ce69"
  51. },
  52. "github": {
  53. "url": "https://github.com/Nick233333/gitbook"
  54. },
  55. "edit-link": {
  56. "base": "https://github.com/Nick233333/gitbook/blob/master/",
  57. "label": "编辑本页面"
  58. },
  59. "sitemap": {
  60. "hostname": "http://linux.hellocode.name"
  61. },
  62. "donate": {
  63. "wechat": "https://wp.hellocode.name/wp-content/uploads/2017/12/reward_1513737335-200x200.jpg",
  64. "alipay": "https://wp.hellocode.name/wp-content/uploads/2017/12/reward_1513737644-200x200.jpg",
  65. "title": "",
  66. "button": "赏",
  67. "alipayText": "支付宝打赏",
  68. "wechatText": "微信打赏"
  69. },
  70. "sharing": {
  71. "douban": false,
  72. "facebook": false,
  73. "google": false,
  74. "hatenaBookmark": false,
  75. "instapaper": false,
  76. "line": false,
  77. "linkedin": false,
  78. "messenger": false,
  79. "pocket": false,
  80. "qq": false,
  81. "qzone": false,
  82. "stumbleupon": false,
  83. "twitter": true,
  84. "viber": false,
  85. "vk": false,
  86. "weibo": true,
  87. "whatsapp": false,
  88. "all": [
  89. "facebook", "twitter","weibo",
  90. "qq", "qzone"
  91. ]
  92. }
  93. }
  94. }