book.json 2.6 KB

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