_config.yml.example 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. swiftype: # enter swiftype install key here
  44. baidu: true # you need to disable other search engines to use Baidu search, options: true, false
  45. # Comment
  46. comment:
  47. disqus: hexo-theme-icarus # enter disqus shortname here
  48. duoshuo: # enter duoshuo shortname here
  49. youyan: # enter youyan uid here
  50. # Share
  51. share: default # options: jiathis, bdshare, addtoany, default
  52. # Plugins
  53. plugins:
  54. fancybox: true # options: true, false
  55. google_analytics: # enter the tracking ID for your Google Analytics
  56. google_site_verification: # enter Google site verification code
  57. baidu_analytics: # enter Baidu Analytics hash key
  58. # Miscellaneous
  59. miscellaneous:
  60. open_graph: # see http://ogp.me
  61. fb_app_id:
  62. fb_admins:
  63. twitter_id:
  64. google_plus:
  65. links:
  66. Hexo: http://hexo.io