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