From 59e24f4a5185169b5e6a5e27aa8e5c1162769aa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Fri, 14 Feb 2025 14:58:08 +0000 Subject: [PATCH] remove netlify configs --- netlify.toml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index c07b17a4..00000000 --- a/netlify.toml +++ /dev/null @@ -1,24 +0,0 @@ -[build] - command = "cd exampleSite && hugo --gc --minify -D -b $URL" - publish = "exampleSite/public" - -[build.environment] -HUGO_THEMESDIR = "../.." -HUGO_THEME = "repo" -TZ = "Portugal/Lisbon" - -[context.production.environment] -HUGO_VERSION = "0.104.1" -HUGO_ENV = "production" - -[context.deploy-preview] -command = "cd exampleSite && hugo --gc --minify -D -b $DEPLOY_PRIME_URL" - -[context.deploy-preview.environment] -HUGO_VERSION = "0.104.1" - -[context.branch-deploy] -command = "cd exampleSite && hugo --gc --minify -D -b $DEPLOY_PRIME_URL" - -[context.branch-deploy.environment] -HUGO_VERSION = "0.104.1" \ No newline at end of file