From 2306b71a545b1c7f709f39dcff60d46f1859cfc5 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Thu, 14 Mar 2024 20:36:53 +0000 Subject: [PATCH] projects: new project vaporise --- content/projects/data.toml | 24 ++++++++++++++++-------- public/projects/data.toml | 24 ++++++++++++++++-------- public/projects/index.html | 2 +- 3 files changed, 33 insertions(+), 17 deletions(-) diff --git a/content/projects/data.toml b/content/projects/data.toml index 39a89c5..306430b 100644 --- a/content/projects/data.toml +++ b/content/projects/data.toml @@ -1,3 +1,19 @@ +[[project]] +name = "vaporise" +desc = "A simple, featureful and blazingly fast memory-safe alternative to `rm` written in Rust." +tags = ["rm", "rust", "alternative", "cli"] +links = [ + { name = "git", url = "https://git.devraza.duckdns.org/devraza/vaporise" }, +] + +[[project]] +name = "Ambition" +desc = "A textual fast-paced 2D MMORPG written in Rust." +tags = ["rust", "bevy", "mmorpg"] +links = [ + { name = "git", url = "https://git.devraza.duckdns.org/devraza/ambition" }, +] + [[project]] name = "radiant.nvim" desc = "A fast and minimal Neovim configuration framework." @@ -29,11 +45,3 @@ tags = ["emacs", "colorscheme", "theme", "dark"] links = [ { name = "git", url = "https://git.devraza.duckdns.org/devraza/kagayaki-emacs" }, ] - -[[project]] -name = "Ambition" -desc = "A textual fast-paced 2D MMORPG written in Rust." -tags = ["rust", "bevy", "mmorpg"] -links = [ - { name = "git", url = "https://git.devraza.duckdns.org/devraza/ambition" }, -] diff --git a/public/projects/data.toml b/public/projects/data.toml index 39a89c5..306430b 100644 --- a/public/projects/data.toml +++ b/public/projects/data.toml @@ -1,3 +1,19 @@ +[[project]] +name = "vaporise" +desc = "A simple, featureful and blazingly fast memory-safe alternative to `rm` written in Rust." +tags = ["rm", "rust", "alternative", "cli"] +links = [ + { name = "git", url = "https://git.devraza.duckdns.org/devraza/vaporise" }, +] + +[[project]] +name = "Ambition" +desc = "A textual fast-paced 2D MMORPG written in Rust." +tags = ["rust", "bevy", "mmorpg"] +links = [ + { name = "git", url = "https://git.devraza.duckdns.org/devraza/ambition" }, +] + [[project]] name = "radiant.nvim" desc = "A fast and minimal Neovim configuration framework." @@ -29,11 +45,3 @@ tags = ["emacs", "colorscheme", "theme", "dark"] links = [ { name = "git", url = "https://git.devraza.duckdns.org/devraza/kagayaki-emacs" }, ] - -[[project]] -name = "Ambition" -desc = "A textual fast-paced 2D MMORPG written in Rust." -tags = ["rust", "bevy", "mmorpg"] -links = [ - { name = "git", url = "https://git.devraza.duckdns.org/devraza/ambition" }, -] diff --git a/public/projects/index.html b/public/projects/index.html index bee1fff..e1bed1f 100644 --- a/public/projects/index.html +++ b/public/projects/index.html @@ -1 +1 @@ -Projects

radiant.nvim

A fast and minimal Neovim configuration framework.

#neovim

kagayaki.nvim

A gorgeously soft colorscheme for Neovim.

#neovim
#colorscheme

DianciEmacs

A minimal and elegant Emacs configuration framework. [Deprecated]

#emacs
#config
#diancie

Kagayaki for Emacs

A gorgeously soft colorscheme for Emacs. [Deprecated]

#emacs
#colorscheme
#theme
#dark

Ambition

A textual fast-paced 2D MMORPG written in Rust.

#rust
#bevy
#mmorpg
powered by zola and serene
\ No newline at end of file +Projects

vaporise

A simple, featureful and blazingly fast memory-safe alternative to rm written in Rust.

#rm
#rust
#alternative
#cli

Ambition

A textual fast-paced 2D MMORPG written in Rust.

#rust
#bevy
#mmorpg

radiant.nvim

A fast and minimal Neovim configuration framework.

#neovim

kagayaki.nvim

A gorgeously soft colorscheme for Neovim.

#neovim
#colorscheme

DianciEmacs

A minimal and elegant Emacs configuration framework. [Deprecated]

#emacs
#config
#diancie

Kagayaki for Emacs

A gorgeously soft colorscheme for Emacs. [Deprecated]

#emacs
#colorscheme
#theme
#dark
powered by zola and serene
\ No newline at end of file