_config.yml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. # Header
  2. menu:
  3. Home: /
  4. Archives: /archives
  5. rss: /atom.xml
  6. banner: "images/banner.jpg"
  7. # Content
  8. excerpt_link: Read More
  9. fancybox: true
  10. # # Footer
  11. # copyright: |-
  12. # <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a></br>
  13. # All website licensed under <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC BY 4.0</a></br>
  14. # Footer
  15. copyright:
  16. # Need help choosing? Please see...
  17. # https://creativecommons.org/choose/
  18. # https://choosealicense.com/
  19. # You can use html like below...
  20. # copyright: |-
  21. # <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a></br>
  22. # All website licensed under <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC BY 4.0</a></br>
  23. # Sidebar
  24. sidebar: right
  25. widgets:
  26. - category
  27. - tag
  28. - tagcloud
  29. - archive
  30. - recent_posts
  31. # display widgets at the bottom of index pages (pagination == 2)
  32. index_widgets:
  33. # - category
  34. # - tagcloud
  35. # - archive
  36. # Widget behavior
  37. archive_type: 'monthly'
  38. show_count: false
  39. recent_posts_limits: 5
  40. # Miscellaneous
  41. google_analytics:
  42. gauges_analytics:
  43. favicon: /favicon.png
  44. twitter:
  45. fb_admins:
  46. fb_app_id:
  47. # valine comment system. https://valine.js.org
  48. valine:
  49. enable: false # if you want use valine,please set this value is true
  50. appId: # leancloud application app id
  51. appKey: # leancloud application app key
  52. notify: false # valine mail notify (true/false) https://github.com/xCss/Valine/wiki
  53. verify: false # valine verify code (true/false)
  54. pageSize: 10 # comment list page size
  55. avatar: mm # gravatar style https://valine.js.org/#/avatar
  56. lang: zh-cn # i18n: zh-cn/en
  57. placeholder: Just go go # valine comment input placeholder(like: Please leave your footprints )
  58. guest_info: nick,mail,link #valine comment header info