_config.yml.site.example 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. # Hexo Configuration
  2. ## Docs: http://hexo.io/docs/configuration.html
  3. ## Source: https://github.com/hexojs/hexo/
  4. # Site
  5. title: Icarus
  6. subtitle:
  7. description: Hexo theme - Icarus
  8. author: PPOffice
  9. author_title: 'Web Developer & Designer'
  10. avatar: css/images/avatar.png
  11. location: 'Harbin, China'
  12. follow: https://github.com/ppoffice/
  13. language: en
  14. timezone:
  15. # URL
  16. ## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
  17. url: http://ppoffice.github.io/hexo-theme-icarus
  18. root: /hexo-theme-icarus/
  19. permalink: :year/:month/:day/:title/
  20. permalink_defaults:
  21. # Directory
  22. source_dir: source
  23. public_dir: public
  24. tag_dir: tags
  25. archive_dir: archives
  26. category_dir: categories
  27. code_dir: downloads/code
  28. i18n_dir: :lang
  29. skip_render:
  30. # Writing
  31. new_post_name: :title.md # File name of new posts
  32. default_layout: post
  33. titlecase: false # Transform title into titlecase
  34. external_link: true # Open external links in new tab
  35. filename_case: 0
  36. render_drafts: false
  37. post_asset_folder: false
  38. relative_link: false
  39. future: true
  40. highlight:
  41. enable: true
  42. line_number: true
  43. tab_replace:
  44. # Category & Tag
  45. default_category: uncategorized
  46. category_map:
  47. tag_map:
  48. # Date / Time format
  49. ## Hexo uses Moment.js to parse and display date
  50. ## You can customize the date format as defined in
  51. ## http://momentjs.com/docs/#/displaying/format/
  52. date_format: YYYY-MM-DD
  53. time_format: HH:mm:ss
  54. # Pagination
  55. ## Set per_page to 0 to disable pagination
  56. per_page: 6
  57. pagination_dir: page
  58. # Extensions
  59. ## Plugins: https://github.com/hexojs/hexo/wiki/Plugins
  60. ## Themes: https://github.com/hexojs/hexo/wiki/Themes
  61. theme: icarus
  62. # Disqus
  63. # disqus_shortname: hexo-theme-icarus
  64. # DuoShuo
  65. # duoshuo_shortname: hexo-theme-icarus
  66. # Deployment
  67. ## Docs: http://hexo.io/docs/deployment.html
  68. deploy:
  69. type: git
  70. repository: https://github.com/ppoffice/hexo-theme-icarus.git
  71. branch: gh-pages