config.yaml 390 B

123456789101112131415161718
  1. module:
  2. imports:
  3. - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy
  4. mounts:
  5. - source: content
  6. target: content
  7. - source: static
  8. target: static
  9. - source: layouts
  10. target: layouts
  11. - source: data
  12. target: data
  13. - source: assets
  14. target: assets
  15. - source: i18n
  16. target: i18n
  17. - source: archetypes
  18. target: archetypes