config.yaml 1.9 KB

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