hugo-academic-mirror/starters/blog/netlify.toml

22 lines
479 B
TOML
Raw Normal View History

2022-02-08 21:50:36 +00:00
[build]
command = "hugo --gc --minify -b $URL"
publish = "public"
[build.environment]
2022-04-23 19:09:19 +01:00
HUGO_VERSION = "0.97.3"
2022-02-08 21:50:36 +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"
[[plugins]]
package = "netlify-plugin-hugo-cache-resources"
[plugins.inputs]
debug = true