mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
12 lines
164 B
TOML
12 lines
164 B
TOML
[phases.setup]
|
|
aptPkgs = ["hugo"]
|
|
|
|
[phases.build]
|
|
cmds = ["hugo --minify"]
|
|
|
|
[environment]
|
|
HUGO_VERSION = "0.120.4"
|
|
|
|
[[nixpacks.included_files]]
|
|
paths = ["/public"]
|