From 9c1dbda5241820aac06f5ea4a4b1f15a4e656c02 Mon Sep 17 00:00:00 2001 From: Siddhartha Date: Tue, 11 Jan 2022 09:03:48 +0530 Subject: [PATCH] Added netlify configs to make the site build from netlify --- netlify.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..0dea1db --- /dev/null +++ b/netlify.toml @@ -0,0 +1,8 @@ +[build] +publish = "public" +command = "hugo --gc --minify" + +[context.production.environment] +HUGO_VERSION = "0.91.2" +HUGO_ENV = "production" +HUGO_ENABLEGITINFO = "true"