_config.yml.site.example 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. since: 2000 # The start year showing in your copyright section.
  16. # URL
  17. ## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
  18. url: http://ppoffice.github.io/hexo-theme-icarus
  19. root: /hexo-theme-icarus/
  20. permalink: :year/:month/:day/:title/
  21. permalink_defaults:
  22. # Directory
  23. source_dir: source
  24. public_dir: public
  25. tag_dir: tags
  26. archive_dir: archives
  27. category_dir: categories
  28. code_dir: downloads/code
  29. i18n_dir: :lang
  30. skip_render:
  31. # Writing
  32. new_post_name: :title.md # File name of new posts
  33. default_layout: post
  34. titlecase: false # Transform title into titlecase
  35. external_link: true # Open external links in new tab
  36. filename_case: 0
  37. render_drafts: false
  38. post_asset_folder: false
  39. relative_link: false
  40. future: true
  41. highlight:
  42. enable: true
  43. line_number: true
  44. tab_replace:
  45. # Category & Tag
  46. default_category: uncategorized
  47. category_map:
  48. tag_map:
  49. # Date / Time format
  50. ## Hexo uses Moment.js to parse and display date
  51. ## You can customize the date format as defined in
  52. ## http://momentjs.com/docs/#/displaying/format/
  53. date_format: YYYY-MM-DD
  54. time_format: HH:mm:ss
  55. # Pagination
  56. ## Set per_page to 0 to disable pagination
  57. per_page: 6
  58. pagination_dir: page
  59. # Extensions
  60. ## Plugins: https://github.com/hexojs/hexo/wiki/Plugins
  61. ## Themes: https://github.com/hexojs/hexo/wiki/Themes
  62. theme: icarus
  63. # Disqus
  64. # disqus_shortname: hexo-theme-icarus
  65. # DuoShuo
  66. # duoshuo_shortname: hexo-theme-icarus
  67. # Deployment
  68. ## Docs: http://hexo.io/docs/deployment.html
  69. deploy:
  70. type: git
  71. repository: https://github.com/ppoffice/hexo-theme-icarus.git
  72. branch: gh-pages