mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
b74591123e
57c1d1a67Add note about issue with Instagram shortcode2a4355113Add example for regional language tags (#1139)5e9a60fc0Format dates with "th", "nd", and "rd". (#1254)43df9a7f6Update index.mdf15f32590Update index.md5a15be93dUpdate configuration.mde71c1c545Update configuration.md5fd0439ffRelease Hugo 0.77.05b875477creleaser: Add release notes to /docs for release of 0.77.009a2a3199docs: Regen docs helperbebef9bbeMerge commit '9cabb46f68bae01aeb1859727dcb21e8a10f5ec7'f5ed02685tpl: Refactor time.AsTime location implementationf3b8eccd2tpl: Update Hugo time to support optional [LOCATION] parameter git-subtree-dir: docs git-subtree-split:57c1d1a67b
32 lines
660 B
TOML
32 lines
660 B
TOML
[build]
|
|
publish = "public"
|
|
command = "hugo --gc --minify"
|
|
|
|
[context.production.environment]
|
|
HUGO_VERSION = "0.77.0"
|
|
HUGO_ENV = "production"
|
|
HUGO_ENABLEGITINFO = "true"
|
|
|
|
[context.split1]
|
|
command = "hugo --gc --minify --enableGitInfo"
|
|
|
|
[context.split1.environment]
|
|
HUGO_VERSION = "0.77.0"
|
|
HUGO_ENV = "production"
|
|
|
|
[context.deploy-preview]
|
|
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
|
|
|
|
[context.deploy-preview.environment]
|
|
HUGO_VERSION = "0.77.0"
|
|
|
|
[context.branch-deploy]
|
|
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
|
|
|
|
[context.branch-deploy.environment]
|
|
HUGO_VERSION = "0.77.0"
|
|
|
|
[context.next.environment]
|
|
HUGO_ENABLEGITINFO = "true"
|
|
|