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

github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuru Sabarish <gurusabarisha@gmail.com>2022-02-05 08:16:29 +0300
committerGitHub <noreply@github.com>2022-02-05 08:16:29 +0300
commit864259fa6ff077900dbb338787330c335a60b7d2 (patch)
treed7f0f80385ab7b0b723d6739a155b8269f120389 /netlify.toml
parente31444f76be897c88cc23c37f26a4975568dab8f (diff)
Update netlify.toml
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/netlify.toml b/netlify.toml
index f8e3575..270974d 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,6 +1,6 @@
[build]
-publish = "website/public"
-command = "cd website && hugo --gc --minify --themesDir ../.."
+publish = "exampleSite/public"
+command = "cd exampleSite && hugo --gc --minify --themesDir ../.."
[context.production.environment]
HUGO_VERSION = "0.76.5"
@@ -9,7 +9,7 @@ HUGO_ENABLEGITINFO = "true"
HUGO_THEME = "repo"
[context.split1]
-command = "cd website && hugo --gc --minify --enableGitInfo --themesDir ../.."
+command = "cd exampleSite && hugo --gc --minify --enableGitInfo --themesDir ../.."
[context.split1.environment]
HUGO_VERSION = "0.76.5"
@@ -17,17 +17,17 @@ HUGO_ENV = "production"
HUGO_THEME = "repo"
[context.deploy-preview]
-command = "cd website && hugo --gc --minify --buildFuture --themesDir ../.. -b $DEPLOY_PRIME_URL"
+command = "cd exampleSite && hugo --gc --minify --buildFuture --themesDir ../.. -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
HUGO_VERSION = "0.76.5"
HUGO_THEME = "repo"
[context.branch-deploy]
-command = "cd website && hugo --gc --minify --themesDir ../.. -b $DEPLOY_PRIME_URL"
+command = "cd exampleSite && hugo --gc --minify --themesDir ../.. -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
HUGO_VERSION = "0.76.5"
[context.next.environment]
-HUGO_ENABLEGITINFO = "true" \ No newline at end of file
+HUGO_ENABLEGITINFO = "true"