Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hoes-lander

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.

Stack

  • index.html — vanilla HTML/CSS/JS, Google Fonts (Fraunces + Inter + JetBrains Mono), inline SVG, no build step.
  • Dockerfilenginx:1.27-alpine serving the file.
  • .github/workflows/build.yml — builds + pushes geeemoney/hoes-lander:<version> to Docker Hub on tag.
  • Cluster manifests live in BimRoss/rancher-admin under admin/apps/hoes/.

Releasing

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 PR

Local preview

docker build -t hoes-lander . && docker run --rm -p 8080:80 hoes-lander
# open http://localhost:8080

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages