From c5f62d3f1ba0f7157151a9be4e44dd5a0fd1d701 Mon Sep 17 00:00:00 2001 From: Akilan Date: Fri, 14 May 2021 14:04:52 +0400 Subject: [PATCH] added netlify.toml file --- netlify.toml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..32a87c45 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,30 @@ +[build] +publish = "public" +command = "hugo --gc --minify" + +[context.production.environment] +HUGO_VERSION = "0.83.1" +HUGO_ENV = "production" +HUGO_ENABLEGITINFO = "true" + +[context.split1] +command = "hugo --gc --minify --enableGitInfo" + +[context.split1.environment] +HUGO_VERSION = "0.83.1" +HUGO_ENV = "production" + +[context.deploy-preview] +command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL" + +[context.deploy-preview.environment] +HUGO_VERSION = "0.83.1" + +[context.branch-deploy] +command = "hugo --gc --minify -b $DEPLOY_PRIME_URL" + +[context.branch-deploy.environment] +HUGO_VERSION = "0.83.1" + +[context.next.environment] +HUGO_ENABLEGITINFO = "true"