mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
da16527896
4c1309cdfFix broken link to front matter page (#1923)8181fff20Add footnote to Quick Start guide for Win users (#1922)4fd934f61Fix abslangurl.md (#1919)bf2c45617Quick start guide: fix broken links (#1915)201b568dfUpdate theme874db199dHide the news stripe on front page for nowaaf59e3e2netlify: Hugo 0.107.079654c301Merge branch 'tempv107'8345e0347docs: Regen docs helperb5b4f15f9Add assets directory to directory structure diagram (#1917)76dd3a82aFollow-up: improve function signatures (#1914) (#1916)656dc72baImproving function signatures (#1914)b715e8407Explain how to create multilingual content (#1912)8500ee417Fix typo in Quick Start guidece60bb572Add docu for undocumented functions (#1907)372bf5e88Improve Quick Start tutorial71e81ec5fRemove asciicast from site1e56c653fUpdate hosting-on-cloudflare-pages.md (#1903)1686f60b1Adding documentation page for function 'strings.FirstUpper' (#1901)d533f7c9cFixing typos (#1900)2563eee45Update multilingual.md (#1899)2173ed799Update theme5591b8875Update urls.md (#1897)4a88890b5netlify: Hugo 0.106.0512879fdddocs: Regen CLI docsf74b1d87ddocs: Regenerate docs helper9feacb48fMerge commit '00c4484c7092181729f6f470805bc7d72e8ad17b' git-subtree-dir: docs git-subtree-split:4c1309cdfe
36 lines
724 B
TOML
36 lines
724 B
TOML
[build]
|
|
publish = "public"
|
|
command = "hugo --gc --minify"
|
|
|
|
[context.production.environment]
|
|
HUGO_VERSION = "0.107.0"
|
|
HUGO_ENV = "production"
|
|
HUGO_ENABLEGITINFO = "true"
|
|
|
|
[context.split1]
|
|
command = "hugo --gc --minify --enableGitInfo"
|
|
|
|
[context.split1.environment]
|
|
HUGO_VERSION = "0.107.0"
|
|
HUGO_ENV = "production"
|
|
|
|
[context.deploy-preview]
|
|
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
|
|
|
|
[context.deploy-preview.environment]
|
|
HUGO_VERSION = "0.107.0"
|
|
|
|
[context.branch-deploy]
|
|
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
|
|
|
|
[context.branch-deploy.environment]
|
|
HUGO_VERSION = "0.107.0"
|
|
|
|
[context.next.environment]
|
|
HUGO_ENABLEGITINFO = "true"
|
|
|
|
[[redirects]]
|
|
from = "/npmjs/*"
|
|
to = "/npmjs/"
|
|
status = 200
|