| 12345678910111213141516171819202122232425262728293031 | 
							- mediaTypes:
 
-   application/manifest+json:
 
-     suffixes:
 
-       - webmanifest
 
- outputFormats:
 
-   WebAppManifest:
 
-     mediaType: application/manifest+json
 
-     rel: manifest
 
- module:
 
-   hugoVersion:
 
-     min: '0.78.2'
 
-     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: archetypes
 
- taxonomies: []
 
- params:
 
-   theme: minimal
 
-   font: native
 
 
  |