config.yaml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. # Configuration of Hugo
  2. # Guide: https://wowchemy.com/docs/getting-started/
  3. # Hugo Documentation: https://gohugo.io/getting-started/configuration/#all-configuration-settings
  4. # This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
  5. title: Xry111's Blog # Website name
  6. baseURL: 'https://blog.xry111.site/' # Website URL
  7. module:
  8. imports:
  9. path: wowchemy/wowchemy
  10. ############################
  11. ## LANGUAGE
  12. ############################
  13. defaultContentLanguage: en
  14. hasCJKLanguage: true
  15. defaultContentLanguageInSubdir: false
  16. removePathAccents: true
  17. ############################
  18. ## MODULES
  19. ############################
  20. ############################
  21. ## ADVANCED
  22. ############################
  23. enableGitInfo: false
  24. summaryLength: 30
  25. paginate: 10
  26. enableEmoji: true
  27. enableRobotsTXT: true
  28. footnotereturnlinkcontents: <sup>^</sup>
  29. ignoreFiles: [\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$]
  30. permalinks:
  31. authors: '/author/:slug/'
  32. tags: '/tag/:slug/'
  33. categories: '/category/:slug/'
  34. disableAliases: true
  35. outputs:
  36. home: [HTML, RSS, JSON, WebAppManifest]
  37. section: [HTML, RSS]
  38. imaging:
  39. resampleFilter: lanczos
  40. quality: 75
  41. anchor: smart
  42. timeout: 600000
  43. taxonomies:
  44. tag: tags
  45. category: categories
  46. author: authors
  47. markup:
  48. _merge: deep
  49. goldmark:
  50. renderer:
  51. unsafe: true
  52. related:
  53. threshold: 80
  54. includeNewer: true
  55. toLower: true
  56. indices:
  57. - name: tags
  58. weight: 100
  59. - name: categories
  60. weight: 70
  61. security:
  62. _merge: deep
  63. sitemap:
  64. _merge: deep