9 lines
211 B
TOML
9 lines
211 B
TOML
[build]
|
|
command = "cd exampleSite && hugo --gc --minify -D -b https://blowfish.page"
|
|
publish = "exampleSite/public"
|
|
|
|
[build.environment]
|
|
HUGO_VERSION = "0.159.1"
|
|
HUGO_THEMESDIR = "../.."
|
|
HUGO_THEME = "repo"
|