From 2b3f9927883ff5cb3c88c27e94508bf40624bd98 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Sun, 4 Feb 2024 11:05:20 +0000 Subject: [PATCH] zola: build --- public/index.html | 2 +- public/projects/data.toml | 34 +++++++++++++++++----------------- public/projects/index.html | 2 +- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/public/index.html b/public/index.html index f3f5c88..d9a8420 100644 --- a/public/index.html +++ b/public/index.html @@ -1 +1 @@ -Devraza
avatar
Muhammad Nauman Raza@devraza
Programming and cybersecurity

I'm a moderately skilled programmer, beginner in the field of cybersecurity and aspiring graphic designer. NixOS is my operating system of choice, and quark.nvim (my bespoke distribution of neovim) is my text editor.

I also happen to be a devoted rustacean and a devout follower of the self-hosted way of life.

My skills in programming and scripting languages I've used so far are as follows:

  • Advanced: Python, Go
  • Intermediate: Rust, Nix, Bash, E-Lisp
  • Beginner: Julia, Lua

However, I consider myself able to work to a reasonable degree with any modern programming language.

Other tools that I can work with include git, linux, inkscape, and GIMP.

\ No newline at end of file +Devraza
avatar
Muhammad Nauman Raza@devraza
Programming and cybersecurity

I'm a moderately skilled programmer, beginner in the field of cybersecurity and aspiring graphic designer. NixOS is my operating system of choice, and radiant.nvim (my bespoke distribution of neovim) is my text editor.

I also happen to be a devoted rustacean and a devout follower of the self-hosted way of life.

My skills in programming and scripting languages I've used so far are as follows:

  • Advanced: Python, Go
  • Intermediate: Rust, Nix, Bash, E-Lisp
  • Beginner: Julia, Lua

However, I consider myself able to work to a reasonable degree with any modern programming language.

Other tools that I can work with include git, linux, inkscape, and GIMP.

\ No newline at end of file diff --git a/public/projects/data.toml b/public/projects/data.toml index 73bac3a..e332e43 100644 --- a/public/projects/data.toml +++ b/public/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" }, -] diff --git a/public/projects/index.html b/public/projects/index.html index bc6f1e0..ed7e8c7 100644 --- a/public/projects/index.html +++ b/public/projects/index.html @@ -1 +1 @@ -Projects

DianciEmacs

A minimal and elegant Emacs configuration framework.

#emacs
#config
#diancie

Kagayaki for Emacs

A gorgeously soft colorscheme for Emacs.

#emacs
#colorscheme
#theme
#dark

Ambition

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

#rust
#bevy
#mmorpg

quark.nvim

A fast and minimal Neovim configuration framework. [Deprecated]

#neovim

particle.nvim

A gorgeously soft colorscheme for Neovim. [Deprecated]

#neovim
#colorscheme
powered by zola and serene
\ No newline at end of file +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.

#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