1
0
jcktrue.dk/netlify.toml

27 lines
591 B
TOML
Raw Normal View History

2017-11-24 00:37:44 +00:00
[build]
command = "hugo --gc --minify -b $URL"
publish = "public"
2017-11-24 00:37:44 +00:00
[build.environment]
HUGO_VERSION = "0.58.3"
2017-11-24 00:37:44 +00:00
HUGO_ENABLEGITINFO = "true"
[context.production.environment]
HUGO_ENV = "production"
[context.deploy-preview]
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
[context.branch-deploy]
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
[[headers]]
for = "*.webmanifest"
[headers.values]
Content-Type = "application/manifest+json; charset=UTF-8"
[[headers]]
for = "index.xml"
[headers.values]
Content-Type = "application/rss+xml"