_config.yml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. # Hexo Configuration
  2. ## Docs: https://hexo.io/docs/configuration.html
  3. ## Source: https://github.com/hexojs/hexo/
  4. # Site
  5. title: Kairoscope Games
  6. subtitle: ''
  7. description: ''
  8. keywords:
  9. author: James Peret
  10. language: en
  11. timezone: ''
  12. mixpanel_token: 61c6b4a424afd5de7b00490d1c7ced17
  13. # URL
  14. ## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
  15. url: https://kairoscope.net
  16. permalink: :title/
  17. permalink_defaults:
  18. pretty_urls:
  19. trailing_index: true # Set to false to remove trailing 'index.html' from permalinks
  20. trailing_html: true # Set to false to remove trailing '.html' from permalinks
  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:
  35. enable: true # Open external links in new tab
  36. field: site # Apply to the whole site
  37. exclude: ''
  38. filename_case: 0
  39. render_drafts: false
  40. post_asset_folder: true
  41. relative_link: false
  42. future: true
  43. highlight:
  44. enable: true
  45. line_number: true
  46. auto_detect: false
  47. tab_replace: ''
  48. wrap: true
  49. hljs: false
  50. prismjs:
  51. enable: false
  52. preprocess: true
  53. line_number: true
  54. tab_replace: ''
  55. # Home page setting
  56. # path: Root path for your blogs index page. (default = '')
  57. # per_page: Posts displayed per page. (0 = disable pagination)
  58. # order_by: Posts order. (Order by date descending by default)
  59. index_generator:
  60. path: ''
  61. per_page: 10
  62. order_by: -date
  63. # Category & Tag
  64. default_category: uncategorized
  65. category_map:
  66. tag_map:
  67. # Metadata elements
  68. ## https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta
  69. meta_generator: true
  70. # Date / Time format
  71. ## Hexo uses Moment.js to parse and display date
  72. ## You can customize the date format as defined in
  73. ## http://momentjs.com/docs/#/displaying/format/
  74. date_format: YYYY-MM-DD
  75. time_format: HH:mm:ss
  76. ## updated_option supports 'mtime', 'date', 'empty'
  77. updated_option: 'mtime'
  78. # Pagination
  79. ## Set per_page to 0 to disable pagination
  80. per_page: 10
  81. pagination_dir: page
  82. # Include / Exclude file(s)
  83. ## include:/exclude: options only apply to the 'source/' folder
  84. include:
  85. exclude:
  86. ignore:
  87. - "/archives"
  88. - "/tags"
  89. # Extensions
  90. ## Plugins: https://hexo.io/plugins/
  91. ## Themes: https://hexo.io/themes/
  92. theme: kairoscope-theme
  93. # Deployment
  94. ## Docs: https://hexo.io/docs/one-command-deployment
  95. deploy:
  96. type: ''