blowfish/netlify.toml

9 lines
211 B
TOML
Raw Normal View History

2025-02-14 18:06:54 +00:00
[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"