From 69b7d867d1874f862310600b06acda7635cd90ca Mon Sep 17 00:00:00 2001 From: somrat-gyver Date: Mon, 27 Jul 2020 09:31:10 +0600 Subject: 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 0000000..60b1323 --- /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 -- cgit v1.2.3