@senior: build the homepage: static site + Docker image + CI push to the container registry #2

Merged
ffaerber merged 1 commits from ai/issue-1 into main 2026-07-06 11:37:57 +02:00
1 Commits
Author SHA1 Message Date
senior d3a1a5cafa Add static homepage, Dockerfile (nginx), and CI build/push workflow
- index.html: clean static homepage (name + intro, links), light/dark mode
- Dockerfile: nginx:1.27-alpine serves the page on :80 with a healthcheck
- .gitea/workflows/build.yml: on push to main, build and push the image to
  git.ffaerber.duckdns.org/ffaerber/homepage (tags :latest and :sha)
2026-07-06 09:10:41 +00:00