unbiasedgeek-com/README.md

15 lines
477 B
Markdown
Raw Normal View History

2026-04-09 18:14:46 +00:00
# unbiasedgeek-com
2026-04-09 18:15:09 +00:00
Personal landing page for [unbiasedgeek.com](https://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
```