2017-11-24 00:37:44 +00:00
|
|
|
[build]
|
2019-05-29 21:08:35 +01:00
|
|
|
command = "hugo --gc --minify -b $URL"
|
2019-01-29 15:10:58 +00:00
|
|
|
publish = "public"
|
2017-11-24 00:37:44 +00:00
|
|
|
|
2019-01-29 15:10:58 +00:00
|
|
|
[build.environment]
|
2020-02-08 20:03:06 +00:00
|
|
|
HUGO_VERSION = "0.64.0"
|
2017-11-24 00:37:44 +00:00
|
|
|
HUGO_ENABLEGITINFO = "true"
|
2019-01-29 15:10:58 +00:00
|
|
|
|
|
|
|
[context.production.environment]
|
|
|
|
HUGO_ENV = "production"
|
2019-05-29 21:08:35 +01:00
|
|
|
|
|
|
|
[context.deploy-preview]
|
|
|
|
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
|
|
|
|
|
|
|
|
[context.branch-deploy]
|
|
|
|
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
|
2019-09-15 00:12:22 +02:00
|
|
|
|
|
|
|
[[headers]]
|
|
|
|
for = "*.webmanifest"
|
|
|
|
[headers.values]
|
|
|
|
Content-Type = "application/manifest+json; charset=UTF-8"
|
|
|
|
|
|
|
|
[[headers]]
|
|
|
|
for = "index.xml"
|
|
|
|
[headers.values]
|
|
|
|
Content-Type = "application/rss+xml"
|