Added netlify configs to make the site build from netlify

This commit is contained in:
Siddhartha
2022-01-11 09:03:48 +05:30
parent 90f1f6c1f1
commit 9c1dbda524

8
netlify.toml Normal file
View File

@@ -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"