Commits
- Astro 6 static site with TypeScript (strict mode)
- Page routes: index, blog (with slug), projects, apps, contact
- Layout component with nav, footer, OG tags, and theme toggle
- Global CSS with custom properties and dark theme
- Site config (`src/site.config.ts`) with contact, projects, and apps data
- Content collections (`src/content.config.ts`) with blog loader and schema
- Draft filtering (`src/lib/drafts.ts`) and date formatting (`src/lib/date.ts`)
- Shiki syntax highlighting theme
- Deployment via Podman Compose + Caddy (port 3000)
- Justfile for dev/build with external content directory
- Favicon generation script
- Astro 6 static site with TypeScript (strict mode)
- Page routes: index, blog (with slug), projects, apps, contact
- Layout component with nav, footer, OG tags, and theme toggle
- Global CSS with custom properties and dark theme
- Site config (`src/site.config.ts`) with contact, projects, and apps data
- Content collections (`src/content.config.ts`) with blog loader and schema
- Draft filtering (`src/lib/drafts.ts`) and date formatting (`src/lib/date.ts`)
- Shiki syntax highlighting theme
- Deployment via Podman Compose + Caddy (port 3000)
- Justfile for dev/build with external content directory
- Favicon generation script