Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.68 KB

File metadata and controls

33 lines (24 loc) · 1.68 KB

Jiaqi Li

Undergraduate student at the College of Engineering, Peking University.

I am interested in mathematics, mechanics, computer science, and intelligent science. I also build practice and review websites for courses that I have studied. I participate in undergraduate research with Assoc. Prof. Mohan Chen's research group at Peking University.

Homepage | CV | Email

For publications, projects, updates, and links, please visit the homepage.

Repository Structure

  • src/pages/: Astro page sources.
  • src/components/: shared page components, including GitHub-powered comments.
  • src/layouts/: shared document layout and client-side behavior.
  • src/styles/: shared responsive styling.
  • public/images/: profile, favicon, and friend images.
  • public/cv/: published English and Chinese CVs.
  • public/linear-algebra-practice/: standalone linear algebra course website.
  • public/parallel-practice/: standalone parallel programming course website.
  • scripts/: local maintenance utilities.
  • .github/workflows/: automatic GitHub Pages deployment.

Local Development

npm install
npm run dev
npm run build
npm run preview

Pushing to main runs the Pages workflow. Astro builds the site into the ignored dist/ directory, and GitHub Actions deploys that artifact automatically. Generated HTML and hashed CSS should not be copied back into the repository root.