Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1011 Bytes

File metadata and controls

17 lines (11 loc) · 1011 Bytes

CHEN Ming (Eric) Academic CV

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/.

Publish on GitHub Pages

  1. Create or open the GitHub repository named mingchen-cv.github.io.
  2. Upload index.md, _config.yml, _layouts/default.html, styles.css, and the assets/ folder.
  3. In GitHub, open Settings > Pages.
  4. Choose Deploy from a branch, select the main branch, and use the repository root.
  5. Save the settings. GitHub will publish the page after the first deployment finishes.

Edit Content

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.