book.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "author": "Nick",
  3. "description": "Gitbook 描述",
  4. "title" : "Gitbook title",
  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. "donate",
  16. "sitemap",
  17. "-sharing",
  18. "splitter",
  19. "toggle-chapters",
  20. "sharing-plus"
  21. ],
  22. "pluginsConfig": {
  23. "sitemap": {
  24. "hostname": "http://linux.hellocode.name"
  25. },
  26. "donate": {
  27. "wechat": "https://wp.hellocode.name/wp-content/uploads/2017/12/reward_1513737335-200x200.jpg",
  28. "alipay": "https://wp.hellocode.name/wp-content/uploads/2017/12/reward_1513737644-200x200.jpg",
  29. "title": "",
  30. "button": "赏",
  31. "alipayText": "支付宝打赏",
  32. "wechatText": "微信打赏"
  33. },
  34. "sharing": {
  35. "douban": false,
  36. "facebook": false,
  37. "google": false,
  38. "hatenaBookmark": false,
  39. "instapaper": false,
  40. "line": false,
  41. "linkedin": false,
  42. "messenger": false,
  43. "pocket": false,
  44. "qq": true,
  45. "qzone": true,
  46. "stumbleupon": false,
  47. "twitter": true,
  48. "viber": false,
  49. "vk": false,
  50. "weibo": true,
  51. "whatsapp": false,
  52. "all": [
  53. "facebook", "twitter","weibo",
  54. "qq", "qzone"
  55. ]
  56. }
  57. }
  58. }