mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
3c1deaf201
85befbb4dUpdate plainify.md56e137043Update comparison operators (#2104)4241135e0Front matter docu: improve link to TOML spec (#2102)5115de3c0netlify: Hugo 0.113.099b74a053Merge branch 'temp01130'1622d5d1adocs: Regenerate CLI docsadb4297ebnetlify: Hugo 0.112.7cd6813309Update editors.md to include vim-hugo (#2098)f7c2406ddnetlify: Hugo 0.112.6b891028c3docs: Regenerate CLI docs git-subtree-dir: docs git-subtree-split:85befbb4dc
36 lines
724 B
TOML
36 lines
724 B
TOML
[build]
|
|
publish = "public"
|
|
command = "hugo --gc --minify"
|
|
|
|
[context.production.environment]
|
|
HUGO_VERSION = "0.113.0"
|
|
HUGO_ENV = "production"
|
|
HUGO_ENABLEGITINFO = "true"
|
|
|
|
[context.split1]
|
|
command = "hugo --gc --minify --enableGitInfo"
|
|
|
|
[context.split1.environment]
|
|
HUGO_VERSION = "0.113.0"
|
|
HUGO_ENV = "production"
|
|
|
|
[context.deploy-preview]
|
|
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
|
|
|
|
[context.deploy-preview.environment]
|
|
HUGO_VERSION = "0.113.0"
|
|
|
|
[context.branch-deploy]
|
|
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
|
|
|
|
[context.branch-deploy.environment]
|
|
HUGO_VERSION = "0.113.0"
|
|
|
|
[context.next.environment]
|
|
HUGO_ENABLEGITINFO = "true"
|
|
|
|
[[redirects]]
|
|
from = "/npmjs/*"
|
|
to = "/npmjs/"
|
|
status = 200
|