mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
18 lines
No EOL
397 B
TOML
18 lines
No EOL
397 B
TOML
[build]
|
|
publish = "public"
|
|
command = "hugo"
|
|
|
|
[context.production.environment]
|
|
HUGO_VERSION = "0.29"
|
|
HUGO_ENV = "production"
|
|
HUGO_ENABLEGITINFO = "true"
|
|
|
|
[context.deploy-preview.environment]
|
|
HUGO_VERSION = "0.29"
|
|
|
|
[context.branch-deploy.environment]
|
|
HUGO_VERSION = "0.29"
|
|
|
|
[context.next.environment]
|
|
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"
|
|
HUGO_ENABLEGITINFO = "true" |