_config.yml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. # Search
  2. search:
  3. enable: true
  4. service: hexo # google/hexo/algolia/azure/baidu
  5. # google
  6. google_api_key:
  7. google_engine_id:
  8. # algolia
  9. algolia_app_id:
  10. algolia_api_key:
  11. algolia_index_name:
  12. # azure
  13. azure_service_name:
  14. azure_index_name:
  15. azure_query_key:
  16. # baidu
  17. baidu_api_id:
  18. # friends link
  19. links:
  20. - name: Gogs
  21. url: https://git.dazhidayong.cn
  22. - name: BladeCode
  23. url: https://incoder.org/
  24. # navigation menu
  25. menu:
  26. - name: Home
  27. slug: home
  28. url: /
  29. - name: Archives
  30. slug: archives
  31. url: /archives
  32. # - name: Gallery
  33. # slug: gallery
  34. # url: https://dzdy-1252491474.cos.ap-chengdu.myqcloud.com/gallery.jpg
  35. - name: About
  36. slug: about
  37. url: /about
  38. # widgets
  39. widgets:
  40. - about
  41. - links
  42. - categories
  43. - tagcloud
  44. # Less
  45. less:
  46. compress: true
  47. # use url, not username
  48. social:
  49. - slug: github
  50. url: https://github.com/Killua67
  51. - slug: twitter
  52. url: https://twitter.com/Killua_wit
  53. - slug: rss
  54. url: /atom.xml
  55. avatar: https://dzdy-1252491474.cos.ap-chengdu.myqcloud.com/icon.png
  56. favicon:
  57. medium: https://dzdy-1252491474.cos.ap-chengdu.myqcloud.com/icon.png
  58. # 评论
  59. valine:
  60. enable: true # 如果你想用Valine评论系统,请设置enable为true
  61. appId: WlTGkssQP0sUsCks6PyeoDJP-gzGzoHsz
  62. appKey: 6HaG04mii0jqEJJuPKVG81T1
  63. guest_info: nick,mail #valine comment header info
  64. placeholder: 快来评论吧~ # valine comment input placeholder(like: Please leave your footprints )
  65. avatar: mp # gravatar style https://valine.js.org/avatar
  66. pageSize: 10 # comment list page size
  67. verify: false # valine verify code (true/false)
  68. notify: false # valine mail notify (true/false)
  69. lang: zh-cn