new netlify site

master
Simon Bruder 2018-02-18 12:10:03 +00:00
parent 5d6ac834e1
commit cd9f0a1ff3
3 changed files with 5 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
public/ public/
.netlify

1
.netlify Normal file
View File

@ -0,0 +1 @@
{"site_id":"ce04cd9d-245d-4587-a478-f44f43df8753","path":"public"}

View File

@ -4,13 +4,13 @@
command = "hugo" command = "hugo"
[context.production] [context.production]
command = "hugo" command = "hugo -F"
[context.production.environment] [context.production.environment]
HUGO_VERSION = "0.30.2" HUGO_VERSION = "0.36"
[context.branch-deploy] [context.branch-deploy]
command = "hugo -D" command = "hugo -D -F"
[context.branch-deploy.environment] [context.branch-deploy.environment]
HUGO_VERSION = "0.30.2" HUGO_VERSION = "0.36"