This repository contains a simple GitHub Pages CV site built from the source Word document.
The site uses GitHub Pages' default Jekyll support, so there is no Hugo setup. The main CV content is in index.md, the shared page frame is in _layouts/default.html, visual styling is in styles.css, and images are stored in assets/.
- Create or open the GitHub repository named
mingchen-cv.github.io. - Upload
index.md,_config.yml,_layouts/default.html,styles.css, and theassets/folder. - In GitHub, open
Settings>Pages. - Choose
Deploy from a branch, select themainbranch, and use the repository root. - Save the settings. GitHub will publish the page after the first deployment finishes.
Most CV content is in index.md. Edit the front matter at the top for name, profile links, photo path, and sidebar details. Edit the Markdown below it for publications, presentations, funding, and service.