A clean, minimal academic website template, designed for researchers and PhD students. The design and source code are from Yuhui Zhang.
- Minimalist, academic-focused design
- Responsive layout
- Easy to customize
- SEO-friendly meta tags
- Publication showcase support
- Clone this repository and
cdinto the directory - Run
python -m http.serverand visithttp://localhost:8000 - Replace placeholders marked with
[brackets]inindex.html - Update profile photo in
images/profile.jpeg - Modify
publications.jsonfor your papers - Customize sections as needed (About, Research, News, etc.)
.
├── index.html # Main webpage
├── styles.css # CSS styling
├── scripts.js # JavaScript for dynamic content
├── publications.json # Publication data
└── images/ # Image assets
└── profile.jpg
MIT License
For a live example, visit Yuhui Zhang's website.
