diff --git a/content/projects/data.toml b/content/projects/data.toml index f70d9c0..8fa62f8 100644 --- a/content/projects/data.toml +++ b/content/projects/data.toml @@ -1,8 +1,8 @@ [[project]] name = "Honeyfetch" - desc = "" + desc = "Like freshfetch and others but more classic" tags = [ "rust", "fetcher" ] - link = [ + links = [ { name = "GitLab", url = "https://gitlab.com/ahoneybun/honeyfetch" } ] diff --git a/flake.nix b/flake.nix index 22f98b8..25d9d18 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,6 @@ buildInputs = with pkgs; [ zola ]; shellHook = '' git submodule update --init --recursive - zola serve ''; }; }