config.yaml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. copyright: '' # Footer text, e.g. '© {year} Me'
  8. ############################
  9. ## LANGUAGE
  10. ############################
  11. languageCode: en-us
  12. hasCJKLanguage: false
  13. defaultContentLanguageInSubdir: false
  14. removePathAccents: true
  15. ############################
  16. ## MODULES
  17. ############################
  18. module:
  19. imports:
  20. - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5
  21. - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5
  22. ############################
  23. ## ADVANCED
  24. ############################
  25. enableGitInfo: false
  26. summaryLength: 30
  27. paginate: 10
  28. enableEmoji: true
  29. enableRobotsTXT: true
  30. footnotereturnlinkcontents: <sup>^</sup>
  31. ignoreFiles: [\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$]
  32. permalinks:
  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. markup:
  48. _merge: deep
  49. related:
  50. threshold: 80
  51. includeNewer: true
  52. toLower: true
  53. indices:
  54. - name: tags
  55. weight: 100
  56. - name: categories
  57. weight: 70
  58. security:
  59. _merge: deep