Files
sonomichele.media/nixpacks.toml
2025-07-31 01:10:36 +02:00

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