1
0

Add Netlify config

This commit is contained in:
George Cushen 2017-11-24 00:37:44 +00:00
parent 1a24a432bf
commit de0e0f65f0

8
netlify.toml Normal file

@ -0,0 +1,8 @@
[build]
publish = "public"
command = "hugo"
[context.production.environment]
HUGO_VERSION = "0.30.2"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"