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