11 lines
202 B
TOML
11 lines
202 B
TOML
[phases.setup]
|
|
aptPkgs = ["hugo"]
|
|
|
|
[ phases.build ]
|
|
cmds = ["hugo --minify --config config/_default/hugo.toml"]
|
|
|
|
[ environment ]
|
|
HUGO_VERSION = "0.123.0"
|
|
|
|
[[ nixpacks.included_files ]]
|
|
paths = ["/dist"] |