book.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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. "favicon",
  16. "anchors",
  17. "3-ba",
  18. "-fontsettings",
  19. "github",
  20. "edit-link",
  21. "donate",
  22. "sitemap",
  23. "-sharing",
  24. "splitter",
  25. "sharing-plus",
  26. "search",
  27. "search-pro",
  28. "disqus",
  29. "page-footer-ex",
  30. "copy-code-button"
  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. "disqus": {
  40. "shortName": "gitbook-linux"
  41. },
  42. "favicon": {
  43. "shortcut": "/images/favicon.ico",
  44. "bookmark": "/images/favicon.png",
  45. "appleTouch": "/images/favicon.png",
  46. "appleTouchMore": {
  47. "56x56": "/images/favicon.png"
  48. }
  49. },
  50. "3-ba": {
  51. "token": "05e74883e1b59d73b500efaacbf8ce69"
  52. },
  53. "github": {
  54. "url": "https://github.com/Nick233333/gitbook"
  55. },
  56. "edit-link": {
  57. "base": "https://github.com/Nick233333/gitbook/blob/master/",
  58. "label": "编辑本页面"
  59. },
  60. "sitemap": {
  61. "hostname": "http://linux.hellocode.name"
  62. },
  63. "donate": {
  64. "wechat": "https://wp.hellocode.name/wp-content/uploads/2017/12/reward_1513737335-200x200.jpg",
  65. "alipay": "https://wp.hellocode.name/wp-content/uploads/2017/12/reward_1513737644-200x200.jpg",
  66. "title": "",
  67. "button": "赏",
  68. "alipayText": "支付宝打赏",
  69. "wechatText": "微信打赏"
  70. },
  71. "sharing": {
  72. "douban": false,
  73. "facebook": false,
  74. "google": false,
  75. "hatenaBookmark": false,
  76. "instapaper": false,
  77. "line": false,
  78. "linkedin": false,
  79. "messenger": false,
  80. "pocket": false,
  81. "qq": false,
  82. "qzone": false,
  83. "stumbleupon": false,
  84. "twitter": true,
  85. "viber": false,
  86. "vk": false,
  87. "weibo": true,
  88. "whatsapp": false,
  89. "all": [
  90. "facebook", "twitter","weibo",
  91. "qq", "qzone"
  92. ]
  93. }
  94. }
  95. }