Merge branch 'netlify' into 'master'

Netlify

See merge request sbruder/kegelschiene-hugo!1
This commit is contained in:
Simon Bruder 2017-11-04 11:47:56 +00:00
commit e40d52598e

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"