14 lines
477 B
Markdown
14 lines
477 B
Markdown
# unbiasedgeek-com
|
|
|
|
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
|
|
```
|