From 76fb82e5d06cd5fefe7364e769a5384798193747 Mon Sep 17 00:00:00 2001 From: Mantas <11616378+mistermantas@users.noreply.github.com> Date: Tue, 24 Jul 2018 16:47:09 +0300 Subject: v2-rc1 --- netlify.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 netlify.toml (limited to 'netlify.toml') diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..3ef9150 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,14 @@ +[build] + command = "hugo" + publish = "public" + functions = "functions" + +[build.environment] + HUGO_VERSION = "0.41" + +[context.production.environment] + HUGO_ENV = "production" + NODE_ENV = "production" + +[context.deploy-preview] + command = "hugo" -- cgit v1.2.3-70-g09d2