_config.yml.example 1.8 KB

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