blowfish/netlify.toml

8 lines
210 B
TOML
Raw Normal View History

[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"