mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-02-17 09:18:38 +01:00
feat(netlify): use netlify-plugin-hugo-cache-resources plugin
This commit is contained in:
parent
e728263d13
commit
52a9ec9825
1 changed files with 9 additions and 4 deletions
13
netlify.toml
13
netlify.toml
|
@ -7,12 +7,17 @@
|
||||||
|
|
||||||
[context.production]
|
[context.production]
|
||||||
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${URL}/"
|
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${URL}/"
|
||||||
|
[context.production.environment]
|
||||||
[context.production.environment]
|
HUGO_ENV = "production"
|
||||||
HUGO_ENV = "production"
|
|
||||||
|
|
||||||
[context.branch-deploy]
|
[context.branch-deploy]
|
||||||
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}/"
|
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}/"
|
||||||
|
|
||||||
[context.deploy-preview]
|
[context.deploy-preview]
|
||||||
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}/"
|
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}/"
|
||||||
|
|
||||||
|
[[plugins]]
|
||||||
|
package = "netlify-plugin-hugo-cache-resources"
|
||||||
|
[plugins.inputs]
|
||||||
|
# If it should show more verbose logs (optional, default = true)
|
||||||
|
debug = true
|
Loading…
Add table
Reference in a new issue