From faca2249d82f533ef4c52e15836079d183a6bd63 Mon Sep 17 00:00:00 2001 From: noe Date: Mon, 25 Mar 2024 22:12:03 -0400 Subject: [PATCH] add system.html --- index.html | 144 +++++++++++++++++++++++++++++++++++++++++------------ shell.nix | 1 + 2 files changed, 114 insertions(+), 31 deletions(-) diff --git a/index.html b/index.html index 3311b69..0a67f20 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - + noe

mekanoe

- +

about

-

this one is noe (it/its, 3rd person preferred, alt: she/her)

-

derelict combat doll; hacker; cyberpunk; nd; &; queer; empty spaces;;

-

nixos, devops/sre/sysadmin, rev-eng, electronics, personal evs, writing, cats, plants

+

+ this one is noe + (it/its, 3rd person preferred, alt: she/her) +

+

+ derelict combat doll; hacker; cyberpunk; nd; + &; queer; empty spaces;; +

+

+ nixos, devops/sre/sysadmin, rev-eng, electronics, personal evs, + writing, cats, plants +

where to find

art webbed sites

reading

-

this one writes for many reasons; please heed the content warnings where they exist. your mental health is important.

+

+ this one writes for many reasons; please heed the content warnings + where they exist. your mental health is important. +

technical

  • (standby)

fictional

@@ -144,16 +203,39 @@
- Stardust - Sneexy + Stardust + Sneexy
- noe - it/its - not a person - sapphic.engineer + noe + it/its + not a person + sapphic.engineer
diff --git a/shell.nix b/shell.nix index 3ee9262..b430652 100644 --- a/shell.nix +++ b/shell.nix @@ -1,5 +1,6 @@ { pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs; [ nodePackages.serve + nodePackages.prettier ]; }