blowfish/netlify.toml
2025-02-14 18:05:39 +00:00

8 lines
No EOL
210 B
TOML

[build]
command = "cd exampleSite && hugo --gc --minify -D -b https://blowfish.page"
publish = "exampleSite/public"
[build.environment]
HUGO_VERSION = "0.142.0"
HUGO_THEMESDIR = "../.."
HUGO_THEME = "repo"