mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
18
docs/netlify.toml
Normal file
18
docs/netlify.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[build]
|
||||
publish = "public"
|
||||
command = "hugo"
|
||||
|
||||
[context.production.environment]
|
||||
HUGO_VERSION = "0.25.1"
|
||||
HUGO_ENV = "production"
|
||||
HUGO_ENABLEGITINFO = "true"
|
||||
|
||||
[context.deploy-preview.environment]
|
||||
HUGO_VERSION = "0.25.1"
|
||||
|
||||
[context.branch-deploy.environment]
|
||||
HUGO_VERSION = "0.25.1"
|
||||
|
||||
[context.next.environment]
|
||||
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"
|
||||
HUGO_ENABLEGITINFO = "true"
|
Reference in New Issue
Block a user