From 85795cd84deb4a865474a38fe6f3953ba8414405 Mon Sep 17 00:00:00 2001 From: AHMAD ALSULAILI Date: Mon, 9 Jun 2025 23:50:49 +0200 Subject: [PATCH] adding 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 0000000..519d78b --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,11 @@ +[phases.setup] +aptPkgs = ["hugo"] + +[phases.build] +cmds = ["hugo --minify"] + +[environment] +HUGO_VERSION = "0.112.3" + +[[nixpacks.included_files]] +paths = ["/public"]