From 2e6de9b8f765923aef0fc830de19b1249d40802d Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Thu, 2 Jan 2025 13:22:28 -0600 Subject: [PATCH] Create nixpacks.toml --- nixpacks.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 nixpacks.toml diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 00000000..f8c58ad8 --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,11 @@ +[phases.setup] +aptPkgs = ["hugo"] + +[ phases.build ] +cmds = ["hugo --minify"] + +[ environment ] +HUGO_VERSION = "0.120.4" + +[[ nixpacks.included_files ]] +paths = ["/public"]