blog/themes/beautifulhugo/netlify.toml
2022-08-21 10:48:00 +01:00

9 lines
193 B
TOML

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