mirror of
https://github.com/dillonzq/LoveIt.git
synced 2025-04-12 00:37:37 +02:00
docs: update hugo version
This commit is contained in:
parent
4c909c548c
commit
cae1d03043
1 changed files with 4 additions and 5 deletions
|
@ -1,19 +1,18 @@
|
|||
[build]
|
||||
base = "exampleSite"
|
||||
publish = "public"
|
||||
publish = "exampleSite/public"
|
||||
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.144.2"
|
||||
HUGO_ENABLEGITINFO = "true"
|
||||
|
||||
[context.production]
|
||||
command = "hugo --theme repo --themesDir ../.. --baseURL ${URL} --gc --minify"
|
||||
command = "hugo --source exampleSite --theme repo --themesDir ../.. --baseURL ${URL} --gc --minify"
|
||||
|
||||
[context.production.environment]
|
||||
HUGO_ENV = "production"
|
||||
|
||||
[context.deploy-preview]
|
||||
command = "hugo --theme repo --themesDir ../.. --baseURL $DEPLOY_PRIME_URL --gc --minify --buildDrafts"
|
||||
command = "hugo --source exampleSite --theme repo --themesDir ../.. --baseURL ${DEPLOY_PRIME_URL} --gc --minify --buildDrafts"
|
||||
|
||||
[context.branch-deploy]
|
||||
command = "hugo --theme repo --themesDir ../.. --baseURL $DEPLOY_PRIME_URL --gc --minify"
|
||||
command = "hugo --source exampleSite --theme repo --themesDir ../.. --baseURL ${DEPLOY_PRIME_URL} --gc --minify"
|
||||
|
|
Loading…
Add table
Reference in a new issue