--- import { LinkList, ProjectCard, UsesCard } from "@/components"; import { LANGUAGES as LANG } from "@/constants"; import { Layout } from "@/layouts"; import type { Link, Project, UsesCategory } from "@/types"; const links: Link[] = [ { title: "tangled (git)", href: "https://tangled.org/did:web:vt3e.cat", }, { title: "bluesky", href: "https://witchsky.app/profile/did:web:vt3e.cat", }, ]; const projects: Project[] = [ { name: "bluebell", description: "a pretty client for bluesky on the web.", links: { live: "https://bbell.vt3e.cat", source: "https://tangled.org/bbell.vt3e.cat", }, languages: [LANG.Vue, LANG.TypeScript], }, { name: "website", description: "this website!!", links: { source: "https://tangled.org/vt3e.cat/catsite", }, languages: [LANG.Astro, LANG.TypeScript], }, { name: "flake", description: "my nix flake used on my server & desktop.", links: { source: "https://tangled.org/vt3e.cat/flake", }, languages: [LANG.Nix], }, { name: "cmd", description: "a fully typesafe, lighweight cli framework", links: { source: "https://git.vt3e.cat/cmd.git", }, languages: [LANG.TypeScript], }, ]; const uses: UsesCategory[] = [ { title: "desktop", description: "my desktop setup that is really fast (not!) and usable", items: [ { label: "purpose", value: "desktop" }, { label: "operating system", value: "nixos 26.05" }, { label: "ram", value: "16gb" }, { label: "cpu", value: "intel core i5-3470" }, { label: "gpu", value: "rx 6400" }, ], }, { title: "ivy", description: "my home server", items: [ { label: "purpose", value: "server" }, { label: "operating system", value: "nixos 26.05" }, { label: "model", value: "hp proliant dl360 g9" }, { label: "ram", value: "48gb" }, { label: "cpu", value: "intel xeon e5-2620 v4 x2" }, ], }, { title: "phone", description: "my daily driver phone", items: [ { label: "model", value: "pixel 9a", subtext: "google" }, { label: "os", value: "android 16" }, ], }, { title: "software", description: "the software i use", items: [ { label: "theme", value: "evergarden", link: "https://evergarden.moe/", }, { label: "editor", value: "zed", link: "https://zed.dev/", }, { label: "terminal", value: "foot", link: "https://codeberg.org/dnkl/foot", }, { label: "browser", value: "firefox", }, { label: "window manager", value: "sway", }, { label: "shell", value: "fish", link: "https://fishshell.com/", }, ], }, ]; --- viii it/she demifem {"{rat,cat}"}girl frontend developer thing! links projects some things that are public that i am working on! {projects.map((project) => )} uses things that i use! {uses.map((category) => )}
it/she
demifem {"{rat,cat}"}girl frontend developer thing!
some things that are public that i am working on!
things that i use!