The landing page for dev.itenium.be: every developer tool itenium builds, in one index.
bun install
bun run devOne entry in src/data/projects.ts and one image at
public/img/<slug>.webp. category decides which section it lands in.
A project with no image falls back to a generated gradient tile.
Art prompts live in Midjourney.md.
public/CNAME holds dev.itenium.be, and it belongs in public/ rather than the repo root: the
workflow uploads dist/, which Astro fills from public/. A root-level CNAME never reaches the
artifact, so GitHub sees the domain missing on the next deploy and silently unsets it.
This is the org root Pages repo, so that custom domain applies org-wide: every project page is served
at dev.itenium.be/<repo>, with GitHub 301-redirecting the old itenium-be.github.io/<repo> URLs
to it.
The previous contents of this repo — the old Jekyll itenium.be site — now live in old-itenium-be.