book.json 1.6 KB

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