new netlify site

master
Simon Bruder 5 years ago
parent 5d6ac834e1
commit cd9f0a1ff3

1
.gitignore vendored

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

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

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

Loading…
Cancel
Save