mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 12:12:37 +00:00
c9403cbcea
6c2195936Update featured.png109a0fccaadd len function to navigation side menu39a356bc5Revert "Add some rickrolls redirects"b8393b1b5Add some rickrolls redirects2ce21c34bUpdate configuration-markup.md (add rel="noopener")95bd7974eDisambiguate global and page resources5e233dc4bUpdate base.md959b9dc3aFix typo on "where" pageaff8059a1Release 0.70.044a172ac0releaser: Add release notes to /docs for release of 0.70.01b01c8988Release 0.70.05ece21c6cMerge commit '89044b8f8795f17c36396c67823183a20fc88139'0894aec5bRename transpileJS to babel5da27c7a6resources: Add JavaScript transpiling solution git-subtree-dir: docs git-subtree-split:6c21959360
32 lines
660 B
TOML
32 lines
660 B
TOML
[build]
|
|
publish = "public"
|
|
command = "hugo --gc --minify"
|
|
|
|
[context.production.environment]
|
|
HUGO_VERSION = "0.70.0"
|
|
HUGO_ENV = "production"
|
|
HUGO_ENABLEGITINFO = "true"
|
|
|
|
[context.split1]
|
|
command = "hugo --gc --minify --enableGitInfo"
|
|
|
|
[context.split1.environment]
|
|
HUGO_VERSION = "0.70.0"
|
|
HUGO_ENV = "production"
|
|
|
|
[context.deploy-preview]
|
|
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
|
|
|
|
[context.deploy-preview.environment]
|
|
HUGO_VERSION = "0.70.0"
|
|
|
|
[context.branch-deploy]
|
|
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
|
|
|
|
[context.branch-deploy.environment]
|
|
HUGO_VERSION = "0.70.0"
|
|
|
|
[context.next.environment]
|
|
HUGO_ENABLEGITINFO = "true"
|
|
|