Personal landing page for unbiasedgeek.com
Find a file
Jeff Smith 04c19fabb6 v0.2.0: profile content, terminal aesthetic, two-column layout
- 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
2026-04-09 13:19:35 -06:00
fonts v0.2.0: profile content, terminal aesthetic, two-column layout 2026-04-09 13:19:35 -06:00
.gitignore v0.2.0: profile content, terminal aesthetic, two-column layout 2026-04-09 13:19:35 -06:00
Dockerfile v0.2.0: profile content, terminal aesthetic, two-column layout 2026-04-09 13:19:35 -06:00
favicon.svg v0.2.0: profile content, terminal aesthetic, two-column layout 2026-04-09 13:19:35 -06:00
index.html v0.2.0: profile content, terminal aesthetic, two-column layout 2026-04-09 13:19:35 -06:00
LICENSE Initial commit 2026-04-09 18:14:46 +00:00
profile.jpg v0.2.0: profile content, terminal aesthetic, two-column layout 2026-04-09 13:19:35 -06:00
profile.webp v0.2.0: profile content, terminal aesthetic, two-column layout 2026-04-09 13:19:35 -06:00
README.md Initial placeholder landing page 2026-04-09 12:15:09 -06:00
style.css v0.2.0: profile content, terminal aesthetic, two-column layout 2026-04-09 13:19:35 -06:00

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