8 lines
160 B
TOML
8 lines
160 B
TOML
[phases.setup]
|
|
nixPkgs = ["hugo"]
|
|
|
|
[ phases.build ]
|
|
cmds = ["hugo --minify --config config/_default/hugo.toml"]
|
|
|
|
[[ nixpacks.included_files ]]
|
|
paths = ["/dist"] |