A landing page for Hoes on Boats — twelve friends, one 52' catamaran, Yacht Week Croatia, August 2026, and Don's 70th birthday. Published at https://hoes.makeacompany.ai.
index.html— vanilla HTML/CSS/JS, Google Fonts (Fraunces + Inter + JetBrains Mono), inline SVG, no build step.Dockerfile—nginx:1.27-alpineserving the file..github/workflows/build.yml— builds + pushesgeeemoney/hoes-lander:<version>to Docker Hub on tag.- Cluster manifests live in
BimRoss/rancher-adminunderadmin/apps/hoes/.
git tag -a v0.1.0 -m "v0.1.0"
git push origin v0.1.0
# bump the image tag in rancher-admin/admin/apps/hoes/deployment.yaml via PRdocker build -t hoes-lander . && docker run --rm -p 8080:80 hoes-lander
# open http://localhost:8080