book.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "author": "Nick",
  3. "description": "Gitbook 描述",
  4. "title" : "Gitbook title",
  5. "language": "zh-hans",
  6. "links": {
  7. "sidebar": {
  8. "PHPer 必知必会的 Linux": "#"
  9. }
  10. },
  11. "styles": {
  12. "website": "styles/website.css"
  13. },
  14. "plugins": [
  15. "donate",
  16. "sitemap",
  17. "-sharing",
  18. "splitter",
  19. "sharing-plus"
  20. ],
  21. "pluginsConfig": {
  22. "sitemap": {
  23. "hostname": "http://linux.hellocode.name"
  24. },
  25. "donate": {
  26. "wechat": "https://wp.hellocode.name/wp-content/uploads/2017/12/reward_1513737335-200x200.jpg",
  27. "alipay": "https://wp.hellocode.name/wp-content/uploads/2017/12/reward_1513737644-200x200.jpg",
  28. "title": "",
  29. "button": "赏",
  30. "alipayText": "支付宝打赏",
  31. "wechatText": "微信打赏"
  32. },
  33. "sharing": {
  34. "douban": false,
  35. "facebook": false,
  36. "google": false,
  37. "hatenaBookmark": false,
  38. "instapaper": false,
  39. "line": false,
  40. "linkedin": false,
  41. "messenger": false,
  42. "pocket": false,
  43. "qq": true,
  44. "qzone": true,
  45. "stumbleupon": false,
  46. "twitter": true,
  47. "viber": false,
  48. "vk": false,
  49. "weibo": true,
  50. "whatsapp": false,
  51. "all": [
  52. "facebook", "twitter","weibo",
  53. "qq", "qzone"
  54. ]
  55. }
  56. }
  57. }