_config.yml.example 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # Menus
  2. menu:
  3. Home: .
  4. Archives: archives
  5. Categories: categories
  6. Tags: tags
  7. About: about
  8. # Customize
  9. customize:
  10. logo:
  11. enabled: true
  12. width: 40
  13. height: 40
  14. url: images/logo.png
  15. profile:
  16. enabled: true # Whether to show profile bar
  17. avatar: css/images/avatar.png
  18. gravatar: # Gravatar email address, if you enable Gravatar, your avatar config will be overriden
  19. author: PPOffice
  20. author_title: Web Developer & Designer
  21. location: Harbin, China
  22. follow: https://github.com/ppoffice/
  23. highlight: monokai
  24. sidebar: right # sidebar position, options: left, right
  25. thumbnail: true # enable posts thumbnail, options: true, false
  26. favicon: # path to favicon
  27. social_links:
  28. github: http://github.com/ppoffice/hexo-theme-icarus
  29. twitter: /
  30. facebook: /
  31. dribbble: /
  32. rss: /
  33. # Widgets
  34. widgets:
  35. - recent_posts
  36. - category
  37. - archive
  38. - tag
  39. - tagcloud
  40. - links
  41. # Search
  42. search:
  43. insight: true # you need to install `hexo-generator-json-content` before using Insight Search
  44. swiftype: # enter swiftype install key here
  45. baidu: false # you need to disable other search engines to use Baidu search, options: true, false
  46. # Comment
  47. comment:
  48. disqus: hexo-theme-icarus # enter disqus shortname here
  49. duoshuo: # enter duoshuo shortname here
  50. youyan: # enter youyan uid here
  51. # Share
  52. share: default # options: jiathis, bdshare, addtoany, default
  53. # Plugins
  54. plugins:
  55. fancybox: true # options: true, false
  56. google_analytics: # enter the tracking ID for your Google Analytics
  57. google_site_verification: # enter Google site verification code
  58. baidu_analytics: # enter Baidu Analytics hash key
  59. # Miscellaneous
  60. miscellaneous:
  61. open_graph: # see http://ogp.me
  62. fb_app_id:
  63. fb_admins:
  64. twitter_id:
  65. google_plus:
  66. links:
  67. Hexo: http://hexo.io