book.json 2.2 KB

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