mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-21 06:22:19 +00:00
22 lines
No EOL
396 B
TOML
22 lines
No EOL
396 B
TOML
[build]
|
|
publish = "public"
|
|
|
|
[build.environment]
|
|
HUGO_VERSION = "0.101.0"
|
|
|
|
[context.production]
|
|
command = "hugo"
|
|
|
|
[context.staging]
|
|
command = "hugo --environment staging"
|
|
[[headers]]
|
|
for = "/*"
|
|
[headers.values]
|
|
X-Robots-Tag = "noindex"
|
|
|
|
[context.drafts]
|
|
command = "hugo --environment drafts -D"
|
|
[[headers]]
|
|
for = "/*"
|
|
[headers.values]
|
|
X-Robots-Tag = "noindex" |