_config.yml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. # Hexo Configuration
  2. ## Docs: http://zespia.tw/hexo/docs/configuration.html
  3. ## Source: https://github.com/tommy351/hexo/
  4. # Site
  5. title: Uppy.js
  6. subtitle:
  7. description: "Almost as cute as a puppy"
  8. author: Transloadit
  9. email:
  10. language:
  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://uppyjs.io
  14. root: /
  15. permalink: :year/:month/:day/:title/
  16. tag_dir: tags
  17. archive_dir: archives
  18. category_dir: categories
  19. code_dir: downloads/code
  20. # Directory
  21. source_dir: src
  22. public_dir: public
  23. # Writing
  24. new_post_name: :title.md # File name of new posts
  25. default_layout: post
  26. auto_spacing: false # Add spaces between asian characters and western characters
  27. titlecase: false # Transform title into titlecase
  28. external_link: true # Open external links in new tab
  29. max_open_file: 100
  30. multi_thread: true
  31. filename_case: 0
  32. render_drafts: false
  33. post_asset_folder: false
  34. highlight:
  35. enable: true
  36. line_number: false
  37. tab_replace:
  38. # Category & Tag
  39. default_category: uncategorized
  40. category_map:
  41. tag_map:
  42. # Archives
  43. ## 2: Enable pagination
  44. ## 1: Disable pagination
  45. ## 0: Fully Disable
  46. archive: 0
  47. category: 0
  48. tag: 0
  49. # Server
  50. ## Hexo uses Connect as a server
  51. ## You can customize the logger format as defined in
  52. ## http://www.senchalabs.org/connect/logger.html
  53. port: 4000
  54. logger: false
  55. logger_format:
  56. # Date / Time format
  57. ## Hexo uses Moment.js to parse and display date
  58. ## You can customize the date format as defined in
  59. ## http://momentjs.com/docs/#/displaying/format/
  60. date_format: MMM D YYYY
  61. time_format: H:mm:ss
  62. # Pagination
  63. ## Set per_page to 0 to disable pagination
  64. per_page: 10
  65. pagination_dir: page
  66. # Disqus
  67. disqus_shortname:
  68. # Extensions
  69. ## Plugins: https://github.com/tommy351/hexo/wiki/Plugins
  70. ## Themes: https://github.com/tommy351/hexo/wiki/Themes
  71. theme: uppy
  72. exclude_generator:
  73. # hexo-tag-emojis plugin configuration
  74. emojis:
  75. image_dir: images/emojis
  76. # Markdown
  77. ## https://github.com/chjj/marked
  78. markdown:
  79. gfm: true
  80. pedantic: false
  81. sanitize: false
  82. tables: true
  83. breaks: true
  84. smartLists: true
  85. smartypants: true
  86. # Deployment
  87. ## Docs: https://hexo.io/docs/deployment.html
  88. # deploy:
  89. # type: git
  90. # branch: gh-pages
  91. # repository: git@github.com:transloadit/uppy.git