book.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. ],
  30. "pluginsConfig": {
  31. "disqus": {
  32. "shortName": "gitbook-linux"
  33. },
  34. "favicon": {
  35. "shortcut": "/images/favicon.ico",
  36. "bookmark": "/images/favicon.png",
  37. "appleTouch": "/images/favicon.png",
  38. "appleTouchMore": {
  39. "56x56": "/images/favicon.png"
  40. }
  41. },
  42. "3-ba": {
  43. "token": "05e74883e1b59d73b500efaacbf8ce69"
  44. },
  45. "github": {
  46. "url": "https://github.com/Nick233333/gitbook"
  47. },
  48. "edit-link": {
  49. "base": "https://github.com/Nick233333/gitbook/blob/master/",
  50. "label": "编辑本页面"
  51. },
  52. "sitemap": {
  53. "hostname": "http://linux.hellocode.name"
  54. },
  55. "donate": {
  56. "wechat": "https://wp.hellocode.name/wp-content/uploads/2017/12/reward_1513737335-200x200.jpg",
  57. "alipay": "https://wp.hellocode.name/wp-content/uploads/2017/12/reward_1513737644-200x200.jpg",
  58. "title": "",
  59. "button": "赏",
  60. "alipayText": "支付宝打赏",
  61. "wechatText": "微信打赏"
  62. },
  63. "sharing": {
  64. "douban": false,
  65. "facebook": false,
  66. "google": false,
  67. "hatenaBookmark": false,
  68. "instapaper": false,
  69. "line": false,
  70. "linkedin": false,
  71. "messenger": false,
  72. "pocket": false,
  73. "qq": false,
  74. "qzone": false,
  75. "stumbleupon": false,
  76. "twitter": true,
  77. "viber": false,
  78. "vk": false,
  79. "weibo": true,
  80. "whatsapp": false,
  81. "all": [
  82. "facebook", "twitter","weibo",
  83. "qq", "qzone"
  84. ]
  85. }
  86. }
  87. }