From 1fb6e34ac7512e71150ef75842936b7571b31ab7 Mon Sep 17 00:00:00 2001 From: juju2143 Date: Mon, 28 Aug 2023 15:18:05 -0400 Subject: [PATCH] specify hugo version --- .gitignore | 3 ++- netlify.toml | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d6d6216..f141c94 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ /resources/_gen/ /assets/jsconfig.json hugo_stats.json -.hugo_build.lock \ No newline at end of file +.hugo_build.lock +.netlify \ No newline at end of file diff --git a/netlify.toml b/netlify.toml index 24a9773..a46f46d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,10 @@ functions = "netlify/functions" publish = "public" +[build.environment] + HUGO_VERSION = "0.116.1" + [dev] command = "hugo server" - port = 1313 + port = 3000 publish = "public"