Initial
This commit is contained in:
20
themes/gallerydeluxe/netlify.toml
Normal file
20
themes/gallerydeluxe/netlify.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[build]
|
||||
publish = "exampleSite/public"
|
||||
command = "hugo --gc -s exampleSite --minify"
|
||||
|
||||
[context.production.environment]
|
||||
HUGO_VERSION = "0.109.0"
|
||||
|
||||
[context.deploy-preview]
|
||||
command = "hugo -s exampleSite --minify -D -F -b $DEPLOY_PRIME_URL"
|
||||
|
||||
[context.deploy-preview.environment]
|
||||
HUGO_VERSION = "0.109.0"
|
||||
|
||||
[context.branch-deploy]
|
||||
command = "hugo -s exampleSite --minify --gc -b $DEPLOY_PRIME_URL"
|
||||
|
||||
[context.branch-deploy.environment]
|
||||
HUGO_VERSION = "0.109.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user