mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-18 21:14:43 -04:00
Remove extra whitespace
This commit is contained in:
parent
212d63e4cc
commit
00e4402605
@ -1,5 +1,5 @@
|
|||||||
baseURL = "https://gohugo.io/"
|
baseURL = "https://gohugo.io/"
|
||||||
paginate = 100
|
paginate = 100
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
enableEmoji = true
|
enableEmoji = true
|
||||||
# Set the unicode character used for the "return" link in page footnotes.
|
# Set the unicode character used for the "return" link in page footnotes.
|
||||||
@ -73,7 +73,7 @@ toLower = false
|
|||||||
name = "keywords"
|
name = "keywords"
|
||||||
weight = 100
|
weight = 100
|
||||||
[[related.indices]]
|
[[related.indices]]
|
||||||
name = "date"
|
name = "date"
|
||||||
weight = 10
|
weight = 10
|
||||||
pattern = "2006"
|
pattern = "2006"
|
||||||
|
|
||||||
|
@ -8,20 +8,20 @@ HUGO_ENV = "production"
|
|||||||
HUGO_ENABLEGITINFO = "true"
|
HUGO_ENABLEGITINFO = "true"
|
||||||
|
|
||||||
[context.split1]
|
[context.split1]
|
||||||
command = "hugo --gc --minify --enableGitInfo"
|
command = "hugo --gc --minify --enableGitInfo"
|
||||||
|
|
||||||
[context.split1.environment]
|
[context.split1.environment]
|
||||||
HUGO_VERSION = "0.54.0"
|
HUGO_VERSION = "0.54.0"
|
||||||
HUGO_ENV = "production"
|
HUGO_ENV = "production"
|
||||||
|
|
||||||
[context.deploy-preview]
|
[context.deploy-preview]
|
||||||
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
|
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
|
||||||
|
|
||||||
[context.deploy-preview.environment]
|
[context.deploy-preview.environment]
|
||||||
HUGO_VERSION = "0.54.0"
|
HUGO_VERSION = "0.54.0"
|
||||||
|
|
||||||
[context.branch-deploy]
|
[context.branch-deploy]
|
||||||
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
|
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
|
||||||
|
|
||||||
[context.branch-deploy.environment]
|
[context.branch-deploy.environment]
|
||||||
HUGO_VERSION = "0.54.0"
|
HUGO_VERSION = "0.54.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user