mirror of
https://github.com/christian1701/hugo-theme-console.git
synced 2025-11-03 05:59:23 +01:00
netlify: change theme name
This commit is contained in:
committed by
GitHub
parent
9bbb8e552b
commit
e22943f9b0
@@ -1,7 +1,7 @@
|
|||||||
[build]
|
[build]
|
||||||
base = "exampleSite"
|
base = "exampleSite"
|
||||||
publish = "public"
|
publish = "public"
|
||||||
command = "hugo --gc --minify --themesDir ../../ -t hugo-theme-console"
|
command = "hugo --gc --minify --themesDir ../../ -t repo"
|
||||||
|
|
||||||
[context.production.environment]
|
[context.production.environment]
|
||||||
HUGO_VERSION = "0.76.3"
|
HUGO_VERSION = "0.76.3"
|
||||||
@@ -9,20 +9,20 @@ HUGO_ENV = "production"
|
|||||||
HUGO_ENABLEGITINFO = "true"
|
HUGO_ENABLEGITINFO = "true"
|
||||||
|
|
||||||
[context.split1]
|
[context.split1]
|
||||||
command = "hugo --gc --minify --enableGitInfo --themesDir ../../ -t hugo-theme-console"
|
command = "hugo --gc --minify --enableGitInfo --themesDir ../../ -t repo"
|
||||||
|
|
||||||
[context.split1.environment]
|
[context.split1.environment]
|
||||||
HUGO_VERSION = "0.76.3"
|
HUGO_VERSION = "0.76.3"
|
||||||
HUGO_ENV = "production"
|
HUGO_ENV = "production"
|
||||||
|
|
||||||
[context.deploy-preview]
|
[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]
|
[context.deploy-preview.environment]
|
||||||
HUGO_VERSION = "0.76.3"
|
HUGO_VERSION = "0.76.3"
|
||||||
|
|
||||||
[context.branch-deploy]
|
[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]
|
[context.branch-deploy.environment]
|
||||||
HUGO_VERSION = "0.76.3"
|
HUGO_VERSION = "0.76.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user