_config.yml.site.example 1.6 KB

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