From 8484540eb3ed55067bcd8bdf926d770072e7c363 Mon Sep 17 00:00:00 2001 From: Julia Piaskowski Date: Wed, 25 Oct 2023 21:00:50 -0700 Subject: [PATCH] revert site --- config.toml | 3 +-- netlify.toml | 22 ---------------------- 2 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 netlify.toml diff --git a/config.toml b/config.toml index 04d2dda..a8cbdf9 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,6 @@ # Site settings -baseurl = "/" -#"https://idahoagstats.github.io/wave/" +baseurl = "https://idahoagstats.github.io/wave/" languageCode = "en-us" title = "WAVE" theme = "hugo-highlights-theme" diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 6430cb9..0000000 --- a/netlify.toml +++ /dev/null @@ -1,22 +0,0 @@ -[build] - command = "hugo --gc --minify -b $URL" - publish = "public" - -[build.environment] - HUGO_VERSION = "0.86.0" - HUGO_ENABLEGITINFO = "true" - -[context.production.environment] - HUGO_ENV = "production" - -[context.deploy-preview] - command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL" - -[context.branch-deploy] - command = "hugo --gc --minify -b $DEPLOY_PRIME_URL" - -[[plugins]] - package = "netlify-plugin-hugo-cache-resources" - [plugins.inputs] - debug = true -