config.yaml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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: Hugo Minimal Theme # Website name
  6. baseURL: 'https://example.com/' # Website URL
  7. ############################
  8. ## LANGUAGE
  9. ############################
  10. defaultContentLanguage: en
  11. hasCJKLanguage: false
  12. defaultContentLanguageInSubdir: false
  13. removePathAccents: true
  14. ############################
  15. ## MODULES
  16. ############################
  17. module:
  18. imports:
  19. - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5
  20. - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5
  21. ############################
  22. ## ADVANCED
  23. ############################
  24. enableGitInfo: false
  25. summaryLength: 30
  26. paginate: 10
  27. enableEmoji: true
  28. enableRobotsTXT: true
  29. footnotereturnlinkcontents: <sup>^</sup>
  30. ignoreFiles: [\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$]
  31. permalinks:
  32. authors: '/author/:slug/'
  33. tags: '/tag/:slug/'
  34. categories: '/category/:slug/'
  35. disableAliases: true
  36. outputs:
  37. home: [HTML, RSS, JSON, WebAppManifest, headers, redirects]
  38. section: [HTML, RSS]
  39. imaging:
  40. resampleFilter: lanczos
  41. quality: 75
  42. anchor: smart
  43. timeout: 600000
  44. taxonomies:
  45. tag: tags
  46. category: categories
  47. author: authors
  48. markup:
  49. _merge: deep
  50. related:
  51. threshold: 80
  52. includeNewer: true
  53. toLower: true
  54. indices:
  55. - name: tags
  56. weight: 100
  57. - name: categories
  58. weight: 70
  59. security:
  60. _merge: deep
  61. sitemap:
  62. _merge: deep