From cd9f0a1ff3c36e0725c66435e1c7a3a2ef71860e Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 18 Feb 2018 12:10:03 +0000 Subject: [PATCH] new netlify site --- .gitignore | 1 - .netlify | 1 + netlify.toml | 8 ++++---- 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 .netlify diff --git a/.gitignore b/.gitignore index d9f77b3..364fdec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ public/ -.netlify diff --git a/.netlify b/.netlify new file mode 100644 index 0000000..b04c397 --- /dev/null +++ b/.netlify @@ -0,0 +1 @@ +{"site_id":"ce04cd9d-245d-4587-a478-f44f43df8753","path":"public"} \ No newline at end of file diff --git a/netlify.toml b/netlify.toml index aff2d0a..1cedd27 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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"