Personal website for Tiankai Xie's research and writing. The interface uses a restrained monochrome editorial system with experimental motion and media.
This project uses Astro, MDX, and Tailwind CSS. Use pnpm as the package manager.
pnpm install
pnpm devQuality checks:
pnpm check
pnpm lint
pnpm format
pnpm build- Blog posts:
src/content/blog/ - Changelog:
src/content/changelog/ - Site and feature configuration:
src/config.ts
Astro renders the site statically, while Markdown and MDX content is processed at build time.
The site started from Astro AntfuStyle Theme and retains its Markdown processing and content collection foundations.