Personal site of Nguyễn Như Vũ - Java backend / BrSE student in Ho Chi Minh City.
Static site, zero client JS. All motion is CSS, gated behind prefers-reduced-motion.
- Astro with content collections (
src/content/projects,src/content/blog) - Catppuccin Macchiato palette, Fira Code / Shippori Mincho B1 / Playfair Display / Archivo
- Shared Markdown renderer with portable CommonMark/GitHub-style authoring (see
AUTHORING.md) - Sitemap + RSS (
/rss.xml) generated at build time
Requires Node 22.12+ and pnpm. pnpm only, never npm.
| Command | Action |
|---|---|
pnpm install |
Install dependencies |
pnpm dev |
Dev server at localhost:4321 |
pnpm build |
Production build to ./dist/ |
pnpm astro check |
Type-check pages and config |
pnpm preview |
Preview the production build |
Plain Markdown only - no hand-written HTML. Frontmatter schemas and the
posting workflow are documented in AUTHORING.md.
Entries with draft: true never reach the public build.