config.yaml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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: Markdown Slides # Website name
  6. baseURL: 'https://example.com/' # Website URL
  7. ############################
  8. ## LANGUAGE
  9. ############################
  10. languageCode: en-us
  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. tags: '/tag/:slug/'
  33. categories: '/category/:slug/'
  34. disableAliases: true
  35. outputs:
  36. home: [HTML, RSS, JSON, WebAppManifest, headers, redirects]
  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. markup:
  47. _merge: deep
  48. related:
  49. threshold: 80
  50. includeNewer: true
  51. toLower: true
  52. indices:
  53. - name: tags
  54. weight: 100
  55. - name: categories
  56. weight: 70
  57. security:
  58. _merge: deep