starter-academic-mpvd/netlify.toml
George Cushen 68489423fc refactor: Netlify CMS as an optional module
ALso
- update Netlify.toml Hugo version to latest
- update to latest Wowchemy v5-dev master & upgrade config/ and author profile
2020-10-01 17:43:54 +01:00

26 lines
591 B
TOML

[build]
command = "hugo --gc --minify -b $URL"
publish = "public"
[build.environment]
HUGO_VERSION = "0.75.1"
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"