Commit Graph

2 Commits

Author SHA1 Message Date
enricobuehler fdb6328807 landing: tagline below logo + 'Aus dem Blog' section with 2 latest posts
Build & Deploy unom website / build (push) Successful in 18s
Build & Deploy unom website / deploy (push) Successful in 4s
- Hero shrinks from 100vh to 90vh so a slice of below-fold content peeks.
- Logo is now in a normal flex column with the tagline 'Kreative
  Webentwicklung aus Rottweil' centered beneath it.
- New LatestPosts section reads the two most recent posts from CMS via
  the SDK and skips entirely if posts.length === 0 (so the section
  doesn't materialize while the blog is empty).
2026-05-26 19:13:50 +02:00
enricobuehler ce63faa8f3 migrate from astro+netlify to tanstack start + self-hosted
Build & Deploy unom website / build (push) Successful in 12s
Build & Deploy unom website / deploy (push) Successful in 4s
Replace the Astro static site with a TanStack Start (Bun runtime) app and
add Dockerfile + compose files so the site can be served from home-main-2
behind the home-reverse-proxy-1 Caddy instead of Netlify. CI workflow
rewritten to build a container image and SSH-deploy to the home host.
2026-05-26 10:57:16 +02:00