sport/netlify.toml
2023-04-13 14:26:29 +00:00

8 lines
192 B
TOML

[build]
publish = "exampleSite/public"
command = "cd exampleSite && hugo --gc --themesDir ../.."
[build.environment]
HUGO_VERSION = "0.73.0"
HUGO_THEME = "repo"
HUGO_BASEURL = "/"