Personal landing page for unbiasedgeek.com
- Real bio: SRE since 1998, sysadmin -> code arc, homelab scope including the 10G symmetric fiber and Dell + Nexus fleet - Off-keyboard texture: hiking, Pokemon Go (GoFest 2026), space, game collecting, currently reading Thinking in Systems, currently playing Helldivers 2 + Pokopia (Switch 2) - Tagline reframed as a literal terminal session: $ unbiasedgeek with the brutal-truth creed as command output - Phosphor green palette (#7ee787) on a green-tinted dark background with a subtle radial glow - Self-hosted Inter (body) + Share Tech Mono (terminal/headings) - Two-column layout: main content + sticky sidebar (Find me, Interests, Not into); collapses to single column on mobile - Project list with inline tech pills next to each project name - SVG monogram favicon, OpenGraph + Twitter card meta tags - profile photo: square center-crop, 512px, webp + jpg fallback |
||
|---|---|---|
| fonts | ||
| .gitignore | ||
| Dockerfile | ||
| favicon.svg | ||
| index.html | ||
| LICENSE | ||
| profile.jpg | ||
| profile.webp | ||
| README.md | ||
| style.css | ||
unbiasedgeek-com
Personal landing page for unbiasedgeek.com.
Static HTML + CSS, served by nginx:alpine. Built into a container image
and published to the homelab Forgejo container registry; deployed by the
homelab/homelab-IaC Terraform stack on home-node-1.
Build
docker build -t forgejo.labbity.unbiasedgeek.com/archeious/unbiasedgeek-com:latest .
docker push forgejo.labbity.unbiasedgeek.com/archeious/unbiasedgeek-com:latest