This website
The first project is the site itself: a static website built with Astro, written in Markdown, versioned in git, and served as plain HTML files.
Design goals
- Modular — every section is a folder, every layout piece a component, so it can grow without being rebuilt.
- Portable — no databases, no platforms, no lock-in. The exit cost from any provider involved is approximately one afternoon.
- Cheap — the only recurring cost is the domain name, around €12 a year.
Planned next
- Interactive pages: generative sketches and small simulations running directly in the browser.
- A photo and image gallery module.
- A Spanish version of selected pages.