9 lines
No EOL
221 B
TOML
9 lines
No EOL
221 B
TOML
[build]
|
|
command = "hugo -s exampleSite -d ../public --themesDir '../' --theme '.'"
|
|
publish = "public"
|
|
|
|
[context.production.environment]
|
|
HUGO_VERSION = "0.37.1"
|
|
|
|
[context.deploy-preview.environment]
|
|
HUGO_VERSION = "0.37.1" |