From 49f746f1ee9205c4028bdc8f18aa888367eb3ddb Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Mon, 29 Apr 2019 00:13:49 +0100 Subject: Initial site layout --- netlify.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 netlify.toml (limited to 'netlify.toml') diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..704b99b --- /dev/null +++ b/netlify.toml @@ -0,0 +1,7 @@ +[build] + publish = "public" + command = "hugo --gc --minify" + +[context.production.environment] + HUGO_VERSION = "0.20" + -- cgit v1.2.3-13-gbd6f