Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bep/docuapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-11-07 10:01:24 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-11-07 10:08:35 +0300
commit3663e833209f9cd6d9d913531a5af9f0bc9bad47 (patch)
tree0babd2e3d82c61ed943978c6b99089276eca3a16
parent0a7a4406bc95d7e3c09f3f16af9ab1720bc9ba8e (diff)
Fix Netlify setupv1.3.0
-rw-r--r--netlify.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/netlify.toml b/netlify.toml
index b76952b..6699638 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,18 +1,18 @@
[build]
-publish = "public"
-command = "hugo --gc"
+publish = "exampleSite/public"
+command = "hugo --gc -s exampleSite --minify"
[context.production.environment]
HUGO_VERSION = "0.59.1"
[context.deploy-preview]
-command = "hugo -D -F -b $DEPLOY_PRIME_URL"
+command = "hugo -s exampleSite -D -F -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
HUGO_VERSION = "0.59.1"
[context.branch-deploy]
-command = "hugo --gc -b $DEPLOY_PRIME_URL"
+command = "hugo -s exampleSite --gc -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
HUGO_VERSION = "0.59.1"