This is a lightweight Jekyll website for an academic or PhD profile. It is ready for GitHub Pages.
- Open
_config.ymland replace the name, role, affiliation, email, bio, and profile links. - Replace
assets/images/profile-placeholder.svgwith your own image, or updateauthor.avatarin_config.yml. - Edit
index.md,research.md, andpublications.md. - Add posts inside
_postsusing the filename formatYYYY-MM-DD-title.md.
- Create a GitHub repository named
your-github-username.github.io. - Push these files to the repository.
- In GitHub, open Settings > Pages.
- Select "Deploy from a branch" and choose your main branch.
- Visit
https://your-github-username.github.ioafter the deployment finishes.
Create a file such as _posts/2026-06-10-my-insight.md:
---
title: "My Insight"
date: 2026-06-10
excerpt: "A short summary for the posts page."
---
Write the post here using Markdown.