mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-06-01 19:28:28 +02:00
9 lines
210 B
TOML
9 lines
210 B
TOML
[build]
|
|
command = "hugo -s exampleSite -d ../public --themesDir ../../"
|
|
publish = "public"
|
|
|
|
[context.production.environment]
|
|
HUGO_VERSION = "0.37.1"
|
|
|
|
[context.deploy-preview.environment]
|
|
HUGO_VERSION = "0.37.1" |