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 -