From 6b730886b7bd44b696373ffaac8e5012fa779a5e Mon Sep 17 00:00:00 2001 From: GlennWSo Date: Wed, 10 Apr 2024 12:28:38 +0200 Subject: [PATCH] nits --- content/forgejo/_index.md | 2 +- flake.nix | 6 +++--- static/index.html => oldindex.html | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename static/index.html => oldindex.html (100%) 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