mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
41bc6f702a
2c0125b52Remove .Site.Author2cf8841b3Update partialCached.md (#1924)385487191Update data-templates.md (#1926)ce207e141Remove redundant markdown and fix a few typos (#1936)3687c2953Make heading id linkable, take 245c79bea7Make heading id linkableb22079344Delete duplicates the lines 557-569 and 570-582. (#1934)0a90dc122Rework the taxonomy variables page (#1935)7f8979c50Update theme26e682a3aUpdate multilingual.mdd40e7693fUpdate postcss.md375d75c01Update postcss npm instructions (#1931)63020094aEmphasize Window shell selection (#1930)56824be2cUpdate configuration.mdb7b8f16b3Docu 'Theme components': minor fix (#1929)09dc81a05Remove Docker from BSD page (#1927)205fea204netlify: Hugo 0.108.06abe49c28Merge commit 'da670c38ee63a7fef25e2b9f42519232055b60dc'12b59a4c5docs: Add basic doc for wrapStandAloneImageWithinParagraph etc.ba07bd970dartsass: Add sourceMapIncludeSources option git-subtree-dir: docs git-subtree-split:2c0125b529
36 lines
724 B
TOML
36 lines
724 B
TOML
[build]
|
|
publish = "public"
|
|
command = "hugo --gc --minify"
|
|
|
|
[context.production.environment]
|
|
HUGO_VERSION = "0.108.0"
|
|
HUGO_ENV = "production"
|
|
HUGO_ENABLEGITINFO = "true"
|
|
|
|
[context.split1]
|
|
command = "hugo --gc --minify --enableGitInfo"
|
|
|
|
[context.split1.environment]
|
|
HUGO_VERSION = "0.108.0"
|
|
HUGO_ENV = "production"
|
|
|
|
[context.deploy-preview]
|
|
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
|
|
|
|
[context.deploy-preview.environment]
|
|
HUGO_VERSION = "0.108.0"
|
|
|
|
[context.branch-deploy]
|
|
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
|
|
|
|
[context.branch-deploy.environment]
|
|
HUGO_VERSION = "0.108.0"
|
|
|
|
[context.next.environment]
|
|
HUGO_ENABLEGITINFO = "true"
|
|
|
|
[[redirects]]
|
|
from = "/npmjs/*"
|
|
to = "/npmjs/"
|
|
status = 200
|