_config.yml 1.6 KB

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