From e890d56afff5fc2cbd1da2ba6c695ed4cd1c9899 Mon Sep 17 00:00:00 2001 From: Vivek R Date: Sat, 20 Apr 2019 00:47:22 +0530 Subject: [PATCH] feat: add netlify build config --- 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..1e74b19 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,8 @@ +[build] + publish = "exampleSite/public" + command = "cd exampleSite && hugo --gc --themesDir ../.." + +[build.environment] + HUGO_VERSION = "0.51" + HUGO_THEME = "repo" + HUGO_BASEURL = "/"