✅ Your Site is Ready!

✅ Your Site is Ready!

What Just Happened

I’ve cleaned up your site and filled in the information you provided. Here’s exactly what’s now on your website:

Your Homepage (https://zixianwang2022.github.io/)

LEFT SIDEBAR:

  • Name: Zixian Wang
  • Pronouns: He/Him
  • Bio: First-year PhD student at UIUC advised by Prof. Minjia Zhang
  • Email: zixianw4@illinois.edu
  • GitHub: zixianwang2022

MAIN CONTENT:

  • Title: Welcome to My Academic Portfolio
  • About Me: Your existing text about being a PhD student
  • Research Interests: Machine learning systems, distributed computing, performance optimization
  • Education: Ph.D. in Computer Science at UIUC (2023-Present)
  • Experience: Graduate Research Assistant at UIUC

TOP MENU:

  • Publications
  • Blog Posts
  • CV

How to See Your Changes

  1. Commit and push your changes to GitHub (if you haven’t already)
  2. Wait 30 seconds (GitHub rebuilds your site)
  3. Visit https://zixianwang2022.github.io/
  4. Your changes appear!

What Each File Controls

FileControlsStatus
_config.ymlLeft sidebar (name, bio, email, profiles)✅ Updated
_pages/about.mdMain page content✅ Updated
_data/navigation.ymlTop menu links✅ Simplified

Optional Next Steps

1. Add Your Profile Picture

  1. Take/find a professional photo (300×300 pixels recommended)
  2. Save as profile.png in the /images/ folder
  3. Commit and push
  4. Refresh your site - photo appears at top of sidebar!

2. Add Your Publications

  1. Go to _publications/ folder
  2. Replace the 5 sample files with your actual papers
  3. Each publication needs a .md file with title, year, venue, etc.
  4. Commit and push - they appear on /publications/ page

3. Update Your CV

  1. Edit _pages/cv.md
  2. Add your full curriculum vitae
  3. Commit and push - appears on /cv/ page

4. Add Social Profiles (Optional)

Edit _config.yml and add URLs for:

  • Google Scholar
  • arXiv
  • ORCID
  • LinkedIn
  • Twitter/X
  • Website (Leave blank if you don’t have them)

5. Add Blog Posts (Optional)

Create files in _posts/ folder with posts you write


Files Created to Help You

I’ve created 4 helpful guide files in your repo:

  1. CLEANUP_GUIDE.md - Overview of what was cleaned up
  2. PAGE_STRUCTURE_GUIDE.md - Detailed explanation of how markdown maps to your page
  3. SITE_STRUCTURE.md - Complete breakdown of file structure
  4. QUICK_EDIT_CHECKLIST.md - Quick checklist of what to do next
  5. CURRENT_PAGE_PREVIEW.md - Visual preview of your page

(These are just for your reference - you can delete them if you don’t want them)


Key Takeaway: The Three Files

Your website is controlled by just 3 main files:

1. _config.yml → Left Sidebar

author:
  name: "Zixian Wang"        # Your name
  bio: "PhD student..."      # Short bio
  email: "email@..."         # Your email
  # (+ social profile URLs)

2. _pages/about.md → Main Content

# Welcome to My Academic Portfolio

## About Me
Your about text...

## Research Interests
Your interests...
# (etc.)

3. _data/navigation.yml → Top Menu

main:
  - title: "Publications"
    url: /publications/
  # (etc.)

How Your Site Works

You edit a file
        ↓
Save locally
        ↓
Commit & push to GitHub
        ↓
GitHub rebuilds your site (30 sec)
        ↓
Website updates automatically ✨
        ↓
Visit https://zixianwang2022.github.io/

No build process needed. No local server needed. It’s all automatic!


Everything You Can Customize

  • ✅ Name and bio (sidebar)
  • ✅ Profile picture
  • ✅ Social media links
  • ✅ About/home page content
  • ✅ Publications
  • ✅ CV
  • ✅ Blog posts
  • ✅ Navigation menu
  • ✅ Color scheme (change site_theme in _config.yml)

Support & Resources

  • Academic Pages Template: https://github.com/academicpages/academicpages.github.io
  • Jekyll Markdown Guide: https://jekyllrb.com/docs/
  • GitHub Pages Docs: https://pages.github.com/

Questions?

The key concept: Edit markdown files → GitHub rebuilds → Website updates

That’s it! No special tools, no local preview needed (though you can set up Jekyll if you want live preview).

Your site is live and ready to show the world your research! 🚀