_config.yml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. # Hexo Configuration
  2. ## Docs: https://hexo.io/docs/configuration.html
  3. ## Source: https://github.com/hexojs/hexo/
  4. # Site
  5. title: Nito Life
  6. subtitle: 'Go Trustless + Be Fearless'
  7. description: 'A practical guide on How-to Live Free! in a world that wishes ONLY to control you.'
  8. keywords:
  9. - libertarian
  10. - libre
  11. - crypto
  12. - privacy
  13. author: HöS
  14. language: en
  15. timezone: ''
  16. # URL
  17. ## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
  18. url: https://nito.life
  19. permalink: :year/:month/:day/:title/
  20. permalink_defaults:
  21. pretty_urls:
  22. trailing_index: false # Set to false to remove trailing 'index.html' from permalinks
  23. trailing_html: false # Set to false to remove trailing '.html' from permalinks
  24. # Directory
  25. source_dir: source
  26. public_dir: public
  27. tag_dir: tags
  28. archive_dir: archives
  29. category_dir: categories
  30. code_dir: downloads/code
  31. i18n_dir: :lang
  32. skip_render:
  33. # Writing
  34. new_post_name: :title.md # File name of new posts
  35. default_layout: post
  36. titlecase: false # Transform title into titlecase
  37. external_link:
  38. enable: true # Open external links in new tab
  39. field: site # Apply to the whole site
  40. exclude: ''
  41. filename_case: 0
  42. render_drafts: false
  43. post_asset_folder: false
  44. relative_link: false
  45. future: true
  46. highlight:
  47. enable: true
  48. line_number: true
  49. auto_detect: false
  50. tab_replace: ''
  51. wrap: true
  52. hljs: false
  53. prismjs:
  54. enable: false
  55. preprocess: true
  56. line_number: true
  57. tab_replace: ''
  58. # Home page setting
  59. # path: Root path for your blogs index page. (default = '')
  60. # per_page: Posts displayed per page. (0 = disable pagination)
  61. # order_by: Posts order. (Order by date descending by default)
  62. index_generator:
  63. path: ''
  64. per_page: 10
  65. order_by: -date
  66. # Category & Tag
  67. default_category: uncategorized
  68. category_map:
  69. tag_map:
  70. # Metadata elements
  71. ## https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta
  72. meta_generator: true
  73. # Date / Time format
  74. ## Hexo uses Moment.js to parse and display date
  75. ## You can customize the date format as defined in
  76. ## http://momentjs.com/docs/#/displaying/format/
  77. date_format: YYYY-MM-DD
  78. time_format: HH:mm:ss
  79. ## updated_option supports 'mtime', 'date', 'empty'
  80. updated_option: 'mtime'
  81. # Pagination
  82. ## Set per_page to 0 to disable pagination
  83. per_page: 10
  84. pagination_dir: page
  85. # Include / Exclude file(s)
  86. ## include:/exclude: options only apply to the 'source/' folder
  87. include:
  88. exclude:
  89. ignore:
  90. # Extensions
  91. ## Plugins: https://hexo.io/plugins/
  92. ## Themes: https://hexo.io/themes/
  93. theme: candelas-local
  94. # Deployment
  95. ## Docs: https://hexo.io/docs/one-command-deployment
  96. deploy:
  97. type: ''