From e22943f9b061cdb75b5282ed917fd99a1ec798cb Mon Sep 17 00:00:00 2001 From: Marcin Mierzejewski <363651+mrmierzejewski@users.noreply.github.com> Date: Fri, 9 Oct 2020 11:33:43 +0200 Subject: [PATCH] netlify: change theme name --- netlify.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/netlify.toml b/netlify.toml index 7f27f71..09905e8 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,7 +1,7 @@ [build] base = "exampleSite" publish = "public" -command = "hugo --gc --minify --themesDir ../../ -t hugo-theme-console" +command = "hugo --gc --minify --themesDir ../../ -t repo" [context.production.environment] HUGO_VERSION = "0.76.3" @@ -9,20 +9,20 @@ HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" [context.split1] -command = "hugo --gc --minify --enableGitInfo --themesDir ../../ -t hugo-theme-console" +command = "hugo --gc --minify --enableGitInfo --themesDir ../../ -t repo" [context.split1.environment] HUGO_VERSION = "0.76.3" HUGO_ENV = "production" [context.deploy-preview] -command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL --themesDir ../../ -t hugo-theme-console" +command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL --themesDir ../../ -t repo" [context.deploy-preview.environment] HUGO_VERSION = "0.76.3" [context.branch-deploy] -command = "hugo --gc --minify -b $DEPLOY_PRIME_URL --themesDir ../../ -t hugo-theme-console" +command = "hugo --gc --minify -b $DEPLOY_PRIME_URL --themesDir ../../ -t repo" [context.branch-deploy.environment] HUGO_VERSION = "0.76.3"