From 0684d8463c87d11d9a99875280340ba9f77057d1 Mon Sep 17 00:00:00 2001 From: somrat-gyver Date: Mon, 27 Jul 2020 09:21:42 +0600 Subject: [PATCH] update netlify settings --- 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 00000000..60b1323e --- /dev/null +++ b/netlify.toml @@ -0,0 +1,8 @@ +[build] + publish = "exampleSite/public" + command = "cd exampleSite && hugo --gc --themesDir ../.." + +[build.environment] + HUGO_VERSION = "0.73.0" + HUGO_THEME = "repo" + HUGO_BASEURL = "/" \ No newline at end of file