config.yaml 1.8 KB

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