_config.yml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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: About
  33. slug: about
  34. url: /about
  35. # widgets
  36. widgets:
  37. - about
  38. - links
  39. - categories
  40. - tagcloud
  41. # Less
  42. less:
  43. compress: true
  44. # use url, not username
  45. social:
  46. - slug: github
  47. url: https://github.com/Killua67
  48. - slug: twitter
  49. url: https://twitter.com/Killua_wit
  50. - slug: rss
  51. url: /atom.xml
  52. avatar: https://dzdy-1252491474.cos.ap-chengdu.myqcloud.com/icon.png
  53. favicon:
  54. medium: https://dzdy-1252491474.cos.ap-chengdu.myqcloud.com/icon.png
  55. valine:
  56. enable: true # 如果你想用Valine评论系统,请设置enable为true
  57. appId: WlTGkssQP0sUsCks6PyeoDJP-gzGzoHsz
  58. appKey: 6HaG04mii0jqEJJuPKVG81T1
  59. guest_info: nick,mail #valine comment header info
  60. placeholder: 快来评论吧~ # valine comment input placeholder(like: Please leave your footprints )
  61. avatar: mp # gravatar style https://valine.js.org/avatar
  62. pageSize: 10 # comment list page size
  63. verify: false # valine verify code (true/false)
  64. notify: false # valine mail notify (true/false)
  65. lang: zh-cn