book.json 1.6 KB

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