2020-10-26 22:32:20 +00:00
|
|
|
mediaTypes:
|
|
|
|
application/manifest+json:
|
2021-01-20 00:12:13 +00:00
|
|
|
suffixes: [webmanifest]
|
|
|
|
text/netlify:
|
|
|
|
delimiter: ''
|
|
|
|
suffixes: ['']
|
2020-10-26 22:32:20 +00:00
|
|
|
outputFormats:
|
|
|
|
WebAppManifest:
|
|
|
|
mediaType: application/manifest+json
|
|
|
|
rel: manifest
|
2021-01-20 00:12:13 +00:00
|
|
|
headers:
|
|
|
|
baseName: _headers
|
|
|
|
isPlainText: true
|
|
|
|
mediatype: text/netlify
|
|
|
|
notAlternative: true
|
|
|
|
redirects:
|
|
|
|
baseName: _redirects
|
|
|
|
isPlainText: true
|
|
|
|
mediatype: text/netlify
|
|
|
|
notAlternative: true
|
2020-10-26 22:32:20 +00:00
|
|
|
module:
|
|
|
|
hugoVersion:
|
2021-03-24 19:42:00 +00:00
|
|
|
min: '0.81.0'
|
2020-10-26 22:32:20 +00:00
|
|
|
extended: true
|
2020-11-06 13:53:33 +00:00
|
|
|
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
|
2020-10-26 22:32:20 +00:00
|
|
|
params:
|
|
|
|
theme: minimal
|
|
|
|
font: native
|
2021-01-20 00:12:13 +00:00
|
|
|
date_format: 'Jan 2, 2006'
|
|
|
|
time_format: '3:04 PM'
|
|
|
|
address_format: en-us
|