From 05a26379224367e3869daf83504358f8010ddfb4 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Sun, 19 May 2024 12:51:10 +0100 Subject: [PATCH] projects: new project sage --- content/projects/data.toml | 8 ++++++++ public/projects/data.toml | 8 ++++++++ public/projects/index.html | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/content/projects/data.toml b/content/projects/data.toml index f6d4dd1..67be633 100644 --- a/content/projects/data.toml +++ b/content/projects/data.toml @@ -1,3 +1,11 @@ +[[project]] +name = "sage" +desc = "A collection of utilities for home labs written in Rust." +tags = ["rust", "homelab", "selfhosted", "utility", "cli"] +links = [ + { name = "git", url = "https://git.devraza.duckdns.org/devraza/sage" }, +] + [[project]] name = "bunbun" desc = "A simple and adorable sysinfo utility written in Rust." diff --git a/public/projects/data.toml b/public/projects/data.toml index f6d4dd1..67be633 100644 --- a/public/projects/data.toml +++ b/public/projects/data.toml @@ -1,3 +1,11 @@ +[[project]] +name = "sage" +desc = "A collection of utilities for home labs written in Rust." +tags = ["rust", "homelab", "selfhosted", "utility", "cli"] +links = [ + { name = "git", url = "https://git.devraza.duckdns.org/devraza/sage" }, +] + [[project]] name = "bunbun" desc = "A simple and adorable sysinfo utility written in Rust." diff --git a/public/projects/index.html b/public/projects/index.html index 3a301fa..62683ec 100644 --- a/public/projects/index.html +++ b/public/projects/index.html @@ -1 +1 @@ -Projects

bunbun

A simple and adorable sysinfo utility written in Rust.

#sysinfo
#neofetch
#rust
#cli

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 +Projects

sage

A collection of utilities for home labs written in Rust.

#rust
#homelab
#selfhosted
#utility
#cli

bunbun

A simple and adorable sysinfo utility written in Rust.

#sysinfo
#neofetch
#rust
#cli

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