diff --git a/content/forgejo/_index.md b/content/forgejo/_index.md index 9994925..820b5d3 100644 --- a/content/forgejo/_index.md +++ b/content/forgejo/_index.md @@ -7,4 +7,4 @@ icon ="./forgejo.png" Forgejo is a software forge for hosting version control using Git as well as other collaborative features, like issue tracking, ci/cd and etc. -With Forgejo our server host the code to reproduce all of its functionality. +With Forgejo our server hosts the code to reproduce all of its functionality. diff --git a/flake.nix b/flake.nix index 1f2951c..ad408c0 100644 --- a/flake.nix +++ b/flake.nix @@ -22,11 +22,11 @@ name = "homepage"; src = ./.; buildPhase = '' - ${pkgs.zola}/bin/zola build + ${pkgs.zola}/bin/zola build -o $out/ ''; installPhase = '' - mkdir -p $out/static - cp -a public/. $out/ + # mkdir -p $out/static + # cp -a public/. $out/ ''; }; prod_homepage = pkgs.writeShellScriptBin "home-prod" '' diff --git a/static/index.html b/oldindex.html similarity index 100% rename from static/index.html rename to oldindex.html