Files
tpml/themes/reveal-hugo/netlify.toml
2025-06-25 15:54:11 +02:00

12 lines
245 B
TOML

[build]
command = "hugo -b $URL -s exampleSite"
publish = "exampleSite/public"
[context.production.environment]
HUGO_VERSION = "0.110.0"
GO_VERSION = "1.19.5"
[context.deploy-preview.environment]
HUGO_VERSION = "0.110.0"
GO_VERSION = "1.19.5"