From c4a47661d8f18221a9136f3e3a02e6f8fec1c5f5 Mon Sep 17 00:00:00 2001 From: Michele Date: Thu, 31 Jul 2025 01:35:04 +0200 Subject: [PATCH] coolify setup --- layouts/partials/menu.html | 0 nixpacks.toml | 5 +---- 2 files changed, 1 insertion(+), 4 deletions(-) create mode 100644 layouts/partials/menu.html diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html new file mode 100644 index 0000000..e69de29 diff --git a/nixpacks.toml b/nixpacks.toml index 8f60c3c..a65d82a 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,11 +1,8 @@ [phases.setup] -aptPkgs = ["hugo"] +nixPkgs = ["hugo"] [ phases.build ] cmds = ["hugo --minify --config config/_default/hugo.toml"] -[ environment ] -HUGO_VERSION = "0.123.0" - [[ nixpacks.included_files ]] paths = ["/dist"] \ No newline at end of file