all repos — website @ 31010eea7a9887ef7b243b9b3c20e62526b9df5e

My website

Borrow netlify.toml from hugo docs

Alan Pearce
commit

31010eea7a9887ef7b243b9b3c20e62526b9df5e

parent

1a9fb039e2b199a1a09d2bd6d14204775ab621af

1 file changed, 9 insertions(+), 0 deletions(-)

changed files
M netlify.tomlnetlify.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"