config.yaml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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: Wowchemy Research Group # 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. publication_types: '/publication-type/:slug/'
  36. disableAliases: true
  37. outputs:
  38. home: [HTML, RSS, JSON, WebAppManifest, headers, redirects]
  39. section: [HTML, RSS]
  40. imaging:
  41. resampleFilter: lanczos
  42. quality: 75
  43. anchor: smart
  44. timeout: 600000
  45. taxonomies:
  46. tag: tags
  47. category: categories
  48. publication_type: publication_types
  49. author: authors
  50. markup:
  51. _merge: deep
  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