book.json 1.6 KB

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