Personal academic homepage of Tang Mingchuan (唐明川) — Ph.D. candidate at BIOPIC, Peking University.
Built with Astro + Tailwind CSS, deployed to GitHub Pages → https://tangmc0210.github.io
npm install # first time only
npm run dev # local preview at http://localhost:4321
npm run build # production build → dist/Most updates only touch src/data/:
| File | What |
|---|---|
src/data/site.ts |
name, tagline, email, social links |
src/data/publications.ts |
papers (authors, venue, DOI) |
src/data/research.ts |
research highlight cards |
src/data/awards.ts |
honors & awards |
Change a file, commit, and push to main — GitHub Actions rebuilds and redeploys.
GitHub Actions (.github/workflows/deploy.yml) deploys on every push to main.
One-time setup: repo Settings → Pages → Source → "GitHub Actions".