Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.35 KB

File metadata and controls

24 lines (16 loc) · 1.35 KB

Zhengyue Lin's Academic Homepage

Personal academic homepage of Zhengyue Lin (林正阅), an undergraduate at the University of Science and Technology of China (USTC), School of Engineering Science.

About

This site is a heavily customized version, no longer using the original AcadHomepage sidebar layout. The homepage has been redesigned with:

  • Editorial-style full-width layout powered by Tailwind CSS CDN
  • Material Design 3 tonal color palette
  • Dark / Light theme toggle with localStorage persistence
  • Chinese / English language toggle with bilingual content
  • Glassmorphic sticky navigation bar
  • Typography: Newsreader (headlines), Inter (body), Space Grotesk (labels), JetBrains Mono (monospace)

Original Template

Originally forked from AcadHomepage by RayeRen, which is based on minimal-mistakes and academicpages.

Local Development

  1. Install Jekyll build environment (Ruby, RubyGems, GCC, Make). See Jekyll docs.
  2. Run bundle exec jekyll serve to start the local server.
  3. Open http://127.0.0.1:4000 in your browser.