Front website https://natronics.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
1.7 KiB

  1. # Hexo Configuration
  2. ## Docs: https://hexo.io/docs/configuration.html
  3. ## Source: https://github.com/hexojs/hexo/
  4. # Site
  5. title: natronics.org
  6. subtitle:
  7. description:
  8. keywords:
  9. author: Nathan
  10. language: en
  11. timezone: America/New_York
  12. # URL
  13. ## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
  14. url: https://natronics.org
  15. root: /
  16. permalink: :year/:title/
  17. permalink_defaults:
  18. # Directory
  19. source_dir: source
  20. public_dir: public
  21. tag_dir: tags
  22. archive_dir: archives
  23. category_dir: categories
  24. code_dir: downloads/code
  25. i18n_dir: :lang
  26. skip_render:
  27. # Writing
  28. new_post_name: :title.md # File name of new posts
  29. default_layout: post
  30. titlecase: false # Transform title into titlecase
  31. external_link: true # Open external links in new tab
  32. filename_case: 0
  33. render_drafts: false
  34. post_asset_folder: false
  35. relative_link: false
  36. future: true
  37. highlight:
  38. enable: true
  39. line_number: true
  40. auto_detect: false
  41. tab_replace:
  42. # Home page setting
  43. # path: Root path for your blogs index page. (default = '')
  44. # per_page: Posts displayed per page. (0 = disable pagination)
  45. # order_by: Posts order. (Order by date descending by default)
  46. index_generator:
  47. path: ''
  48. per_page: 10
  49. order_by: -date
  50. # Category & Tag
  51. default_category: uncategorized
  52. category_map:
  53. tag_map:
  54. # Date / Time format
  55. ## Hexo uses Moment.js to parse and display date
  56. ## You can customize the date format as defined in
  57. ## http://momentjs.com/docs/#/displaying/format/
  58. date_format: YYYY-MM-DD
  59. time_format: HH:mm:ss
  60. # Pagination
  61. ## Set per_page to 0 to disable pagination
  62. per_page: 10
  63. pagination_dir: page
  64. # Extensions
  65. ## Plugins: https://hexo.io/plugins/
  66. ## Themes: https://hexo.io/themes/
  67. theme: tufte
  68. # Deployment
  69. ## Docs: https://hexo.io/docs/deployment.html
  70. deploy:
  71. type: