about summary refs log tree commit diff stats
path: root/netlify.toml
diff options
context:
space:
mode:
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
index e325c01..0b02993 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,3 +1,12 @@
+[build]
+  publish = "public"
+  command = "hugo"
+
+[context.production.environment]
+  HUGO_VERSION = "0.41"
+  HUGO_ENV = "production"
+  HUGO_ENABLEGITINFO = "true"
+
 [[redirects]]
   from = "https://alanpearceuk.netlify.com/*"
   to = "https://alanpearce.uk/:splat"