| 12345678910111213141516171819202122232425262728293031 | mediaTypes:  application/manifest+json:    suffixes:      - webmanifestoutputFormats:  WebAppManifest:    mediaType: application/manifest+json    rel: manifestmodule:  hugoVersion:    min: '0.73.0'    extended: true  mounts:    - source: content      target: content    - source: static      target: static    - source: layouts      target: layouts    - source: data      target: data    - source: assets      target: assets    - source: i18n      target: i18n    - source: archetypes      target: archetypestaxonomies: []params:  theme: minimal  font: native
 |