config.yaml 922 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. mediaTypes:
  2. application/manifest+json:
  3. suffixes: [webmanifest]
  4. text/netlify:
  5. delimiter: ''
  6. suffixes: ['']
  7. outputFormats:
  8. WebAppManifest:
  9. mediaType: application/manifest+json
  10. rel: manifest
  11. headers:
  12. baseName: _headers
  13. isPlainText: true
  14. mediatype: text/netlify
  15. notAlternative: true
  16. redirects:
  17. baseName: _redirects
  18. isPlainText: true
  19. mediatype: text/netlify
  20. notAlternative: true
  21. module:
  22. hugoVersion:
  23. min: '0.81.0'
  24. extended: true
  25. mounts:
  26. - source: content
  27. target: content
  28. - source: static
  29. target: static
  30. - source: layouts
  31. target: layouts
  32. - source: data
  33. target: data
  34. - source: assets
  35. target: assets
  36. - source: i18n
  37. target: i18n
  38. - source: archetypes
  39. target: archetypes
  40. params:
  41. theme: minimal
  42. font: native
  43. date_format: 'Jan 2, 2006'
  44. time_format: '3:04 PM'
  45. address_format: en-us