From 0d3aba0607c0b744c9e3be2c3076901940ec5218 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 21 Jan 2024 13:04:00 -0600 Subject: [PATCH] remove netlify config --- config/preview/hugo.toml | 1 - config/preview/params.toml | 2 -- netlify.toml | 39 -------------------------------------- 3 files changed, 42 deletions(-) delete mode 100644 config/preview/hugo.toml delete mode 100644 config/preview/params.toml delete mode 100644 netlify.toml diff --git a/config/preview/hugo.toml b/config/preview/hugo.toml deleted file mode 100644 index 7dc856f..0000000 --- a/config/preview/hugo.toml +++ /dev/null @@ -1 +0,0 @@ -baseURL = "https://preview--runtimeterrordev.netlify.app" \ No newline at end of file diff --git a/config/preview/params.toml b/config/preview/params.toml deleted file mode 100644 index c8a1743..0000000 --- a/config/preview/params.toml +++ /dev/null @@ -1,2 +0,0 @@ -comments = false -analytics = false \ No newline at end of file diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index d62d2ed..0000000 --- a/netlify.toml +++ /dev/null @@ -1,39 +0,0 @@ -[build] - publish = "public" - -[build.environment] - HUGO_VERSION = "0.121.1" - -[context.production] - command = """ - hugo - npm i @torchlight-api/torchlight-cli - npx torchlight - """ - -[context.preview] - command = """ - hugo --environment preview - npm i @torchlight-api/torchlight-cli - npx torchlight - """ - [[headers]] - for = "/*" - [headers.values] - X-Robots-Tag = "noindex" - -[context.drafts] - command = """ - hugo --environment drafts -D - npm i @torchlight-api/torchlight-cli - npx torchlight - """ - [[headers]] - for = "/*" - [headers.values] - X-Robots-Tag = "noindex" - -[[redirects]] - from = "/*" - to = "/404/" - status = 404 \ No newline at end of file