2020-08-25 05:03:13 +08:00
|
|
|
[build]
|
|
|
|
publish = "exampleSite/public"
|
|
|
|
|
|
|
|
[build.environment]
|
2021-07-09 19:12:03 +08:00
|
|
|
HUGO_VERSION = "0.85.0"
|
2020-08-25 05:12:57 +08:00
|
|
|
HUGO_THEME = "repo"
|
|
|
|
|
|
|
|
[context.production]
|
2020-09-13 16:51:31 +08:00
|
|
|
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${URL}"
|
2020-09-06 19:35:55 +08:00
|
|
|
[context.production.environment]
|
|
|
|
HUGO_ENV = "production"
|
2020-08-25 05:12:57 +08:00
|
|
|
|
|
|
|
[context.branch-deploy]
|
2020-09-13 16:51:31 +08:00
|
|
|
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}"
|
2020-08-25 05:12:57 +08:00
|
|
|
|
|
|
|
[context.deploy-preview]
|
2020-09-18 04:21:14 +08:00
|
|
|
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}"
|
|
|
|
|
|
|
|
[[plugins]]
|
2021-07-09 19:12:03 +08:00
|
|
|
package = "netlify-plugin-hugo-cache-resources"
|
|
|
|
|
|
|
|
[plugins.inputs]
|
|
|
|
# If it should show more verbose logs (optional, default = true)
|
|
|
|
debug = true
|
|
|
|
# Relative path to source directory in case you use Hugo's "--s" option
|
|
|
|
srcdir = "exampleSite"
|