Personal landing page for unbiasedgeek.com
Find a file
2026-04-09 12:15:09 -06:00
Dockerfile Initial placeholder landing page 2026-04-09 12:15:09 -06:00
index.html Initial placeholder landing page 2026-04-09 12:15:09 -06:00
LICENSE Initial commit 2026-04-09 18:14:46 +00:00
README.md Initial placeholder landing page 2026-04-09 12:15:09 -06:00
style.css Initial placeholder landing page 2026-04-09 12:15:09 -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