/_config.yml

https://github.com/aclihui/hexo-theme-staunch · YAML · 128 lines · 62 code · 18 blank · 48 comment · 0 complexity · c9400f70e139dc0a6d030ffe4571636d MD5 · raw file

  1. # hexo-theme-staunch
  2. # https://github.com/staunchkai/hexo-theme-staunch
  3. # Primary colour | 主色调
  4. # default: #eb4334 | 默认值
  5. theme_color: ''
  6. # Favicon of your site | 网站icon
  7. favicon: /favicon.ico
  8. # Hero
  9. # avatar | 头像
  10. avatar: /img/avatar.png
  11. # address | 地址
  12. address: YunNan, China
  13. # job | 职业
  14. job: Student
  15. # Menus | 导航栏菜单
  16. menu:
  17. Home: /
  18. Archives: /archives/
  19. # Delete this row if you don't want categories in your header nav bar
  20. # 如果不想在导航栏显示分类删除此行
  21. Categories:
  22. # Social setting, use to display social information | 社交设置用来展示社交信息
  23. # name:
  24. # url: //staunchkai.com Url, absolute or relative path | 链接,绝对或相对路径
  25. # icon: fab fa-github Select the content in the class | 填入 class 中的内容
  26. # for more icons, please see https://fontawesome.com/icons?d=gallery&m=free
  27. social:
  28. github:
  29. url: //staunchkai.com
  30. icon: fab fa-github
  31. envelope:
  32. url: mailto:staunchkai@outlook.com
  33. icon: fas fa-envelope
  34. qq:
  35. url: //staunchkai.com
  36. icon: fab fa-qq
  37. twitter:
  38. url: //staunchkai.com
  39. icon: fab fa-twitter
  40. # Notice | 公告
  41. # If not used, don't fill in | 如果不使用,留空即可
  42. # 使用 Html 标签 <li>内容</li> 发布一条公告
  43. # Publish a notice using the Html tag <li> content </li>
  44. notice:
  45. <li>Staunch 主题正式发布主题下载<a href="https://github.com/staunchkai/hexo-theme-staunch" target="_blank">Staunch 主题</a></li>
  46. <li>Staunch 正式文档发布<a href="//staunchkai.com/docs.html">点击查看</a></li>
  47. # Links | 友链
  48. # name: Name | 名字
  49. # url: //staunckai.com Url, absolute or relative path | 链接,绝对或相对路径
  50. # avatar: /img/avatar.png avatar | 头像
  51. links:
  52. StaunchKai:
  53. url: http://staunchkai.com
  54. avatar: /img/avatar.png
  55. # Count | 统计
  56. # busuanzi | 不蒜子
  57. count:
  58. enable: true # if not used, change this to 'false' | 如果不使用将此项改为 'false'
  59. site_pv: true # 总访问量
  60. site_uv: true # 总访客数
  61. # Execute before using article statistics 'npm i --save hexo-wordcount'
  62. # 使用文章统计之前先执行 'npm i --save hexo-wordcount'
  63. post_sum: true # 文章总数
  64. word_sum: true # 总字数
  65. # Excerpt length | 摘录长度
  66. excerpt_length: 80
  67. # Reward | 文章赞赏
  68. reward:
  69. enable: true # if not used, change this to 'false' | 如果不使用将此项改为 false
  70. title: "请我吃包辣条!"
  71. alipay: # Picture url | 二维码地址
  72. wxpay: # Picture url | 二维码地址
  73. # Share | 分享
  74. # Currently only supported "qq, weibo, facebook, twitter, googleplus, telegram"
  75. # 目前仅支持 "qq, weibo, facebook, twitter, googleplus, telegram"
  76. share:
  77. qq: true
  78. weibo: true
  79. facebook: true
  80. twitter: true
  81. googleplus: true
  82. telegram: true
  83. # Comment | 评论
  84. # either-or | 两者只能选择一个
  85. # Valine
  86. # 详情查看 https://valine.js.org/quickstart.html
  87. valine:
  88. on: true # if not used, change this to 'false' | 如果不使用将此项改为 'false'
  89. appId: #appID
  90. appKey: #appKey
  91. notify: true
  92. verify: false
  93. placeholder: Please leave your footprints
  94. avatar: ''
  95. avatar_cdn: https://gravatar.loli.net/avatar/ # avatar CDN address, default gravatar.loli.net
  96. pageSize: 10 # comments of one page
  97. # Disqus
  98. disqus: false #disqus_shortname
  99. # Copyright Information | 版权信息
  100. copyright: Copyright © 2018 StaunchKai. All rights reserved
  101. # google analytics | google 分析
  102. google_analytics:
  103. # 百度分析输入key值
  104. baidu_analytics:
  105. # ------------------------------
  106. # @theme: Staunch
  107. # @version: 1.0
  108. # @author: StaunchKai
  109. # @url: http://staunchkai.com
  110. # ------------------------------