From 8c982a7455d544881d3bea6e137a6b574b9cb176 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Wed, 13 Mar 2024 21:20:05 +0100 Subject: [PATCH] Improve .gitignore --- .gitignore | 1 + .hugo_build.lock | 0 exampleSite/.hugo_build.lock | 0 netlify.toml | 2 +- 4 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 .hugo_build.lock delete mode 100644 exampleSite/.hugo_build.lock diff --git a/.gitignore b/.gitignore index 8069545..08c25d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.hugo_build.lock .DS_Store node_modules .idea diff --git a/.hugo_build.lock b/.hugo_build.lock deleted file mode 100644 index e69de29..0000000 diff --git a/exampleSite/.hugo_build.lock b/exampleSite/.hugo_build.lock deleted file mode 100644 index e69de29..0000000 diff --git a/netlify.toml b/netlify.toml index eedb34c..40ae8a9 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,6 +3,6 @@ command = "cd exampleSite && hugo --gc --themesDir ../.." [build.environment] - HUGO_VERSION = "0.80.0" + HUGO_VERSION = "0.123.8" HUGO_THEME = "repo" HUGO_BASEURL = "/" \ No newline at end of file