From 4af2683cd8d7d41c12b0cd00def2767c5af5a884 Mon Sep 17 00:00:00 2001 From: imzeuk Date: Tue, 16 Apr 2019 09:18:26 +0800 Subject: add netlify.toml --- exampleSite/netlify.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 exampleSite/netlify.toml diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml new file mode 100644 index 0000000..6ef7d7b --- /dev/null +++ b/exampleSite/netlify.toml @@ -0,0 +1,8 @@ +[build] + publish = "public" + command = "hugo --gc --minify" + +[context.production.environment] + HUGO_VERSION = "0.55.1" + HUGO_ENV = "production" + HUGO_ENABLEGITINFO = "true" \ No newline at end of file -- cgit v1.2.3