This repository contains the source code for Zhuoran Li's personal academic homepage.
The site is intended for GitHub Pages and the target address is:
https://lizr-phys.github.io
lizr-phys.github.io/
|-- index.html
|-- style.css
|-- blog/
| |-- index.html
| |-- blog.css
| `-- about-this-blog/
| `-- index.html
|-- assets/
| |-- avatar.jpg
| |-- qingdao-university-logo.jpg
| |-- tal-education-logo.png
| `-- resume.pdf
`-- README.md
The CV PDF is stored at assets/resume.pdf.
Edit index.html to update the name, email address, university, education details, research interests, publications, and other academic information.
Do not add unverified positions, awards, publications, DOI links, arXiv links, or dates.
Place the real PDF file at:
assets/resume.pdf
The "Download CV" link in index.html already points to that file.
Edit the profile links in the <aside> element of index.html to update Email, GitHub, Blog, CV, or other links.
The blog is part of the same GitHub Pages site at /blog/. Edit blog/index.html to update the post list and add each article in its own folder under blog/.
External links should use:
target="_blank" rel="noopener noreferrer"- Create or use a GitHub repository named
lizr-phys.github.io. - Push this static site to the
mainbranch. - Open the repository on GitHub.
- Go to
Settings>Pages. - Use the
mainbranch and the repository root as the Pages source. - Visit
https://lizr-phys.github.io.
Open index.html directly in a browser.
No build step, framework, package manager, backend, database, login system, or server is required.
- The profile image was supplied by Zhuoran Li.
- The Qingdao University emblem is from the university's official visual identity page.
- The TAL Education Group logo is from the company's official investor relations website.
The previous site files were moved locally into backup_old_site/ before cleanup. That directory is ignored by Git and should not be pushed to GitHub Pages.