add netlify config

pull/1/head
Simon Bruder 2017-11-05 11:00:49 +00:00
parent 02fc76cdbe
commit 0cec3b75fd
1 changed files with 16 additions and 0 deletions

16
netlify.toml Normal file
View File

@ -0,0 +1,16 @@
[build]
base = "."
publish = "public"
command = "hugo"
[context.production]
command = "hugo"
[context.production.environment]
HUGO_VERSION = "0.30.2"
[context.branch-deploy]
command = "hugo -D"
[context.branch-deploy.environment]
HUGO_VERSION = "0.30.2"