From e3e472da3a1a7a0390eb1fea2ab78c9acdef7017 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Sun, 4 Feb 2024 11:05:12 +0000 Subject: [PATCH] chore: update projects --- content/projects/data.toml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/content/projects/data.toml b/content/projects/data.toml index 73bac3a..e332e43 100644 --- a/content/projects/data.toml +++ b/content/projects/data.toml @@ -1,6 +1,22 @@ +[[project]] +name = "radiant.nvim" +desc = "A fast and minimal Neovim configuration framework." +tags = ["neovim"] +links = [ + { name = "git", url = "https://git.devraza.duckdns.org/devraza/radiant.nvim" }, +] + +[[project]] +name = "kagayaki.nvim" +desc = "A gorgeously soft colorscheme for Neovim." +tags = ["neovim", "colorscheme"] +links = [ + { name = "git", url = "https://git.devraza.duckdns.org/devraza/particle.nvim" }, +] + [[project]] name = "DianciEmacs" -desc = "A minimal and elegant Emacs configuration framework." +desc = "A minimal and elegant Emacs configuration framework. `[Deprecated]`" tags = ["emacs", "config", "diancie"] links = [ { name = "git", url = "https://git.devraza.duckdns.org/devraza/dianciemacs" }, @@ -21,19 +37,3 @@ tags = ["rust", "bevy", "mmorpg"] links = [ { name = "git", url = "https://git.devraza.duckdns.org/devraza/ambition" }, ] - -[[project]] -name = "quark.nvim" -desc = "A fast and minimal Neovim configuration framework. `[Deprecated]`" -tags = ["neovim"] -links = [ - { name = "git", url = "https://git.devraza.duckdns.org/devraza/quark.nvim" }, -] - -[[project]] -name = "particle.nvim" -desc = "A gorgeously soft colorscheme for Neovim. `[Deprecated]`" -tags = ["neovim", "colorscheme"] -links = [ - { name = "git", url = "https://git.devraza.duckdns.org/devraza/particle.nvim" }, -]