This repository contains the source code for my personal portfolio website, built with Jekyll using the Chirpy theme. It highlights selected data science, machine learning, and AI projects with polished narratives and interactive visuals.
Visit the live site at: https://mcyc.github.io
- Clean, mobile-friendly design using Chirpy theme
- Hosted with GitHub Pages and automatically deployed via GitHub Actions
- Responsive sidebar, search, dark/light mode toggle, and PWA support
- Organized posts with tags, categories, and archives
├── _posts/ # blog posts (in Markdown)
├── assets/img/ # custom images, avatar, and favicon
├── _config.yml # site configuration
├── Gemfile # dependencies
├── index.html # homepage
└── ...To build and preview locally:
bundle install
bundle exec jekyll serveThen visit http://localhost:4000 to view the site.
To test a production-like build:
JEKYLL_ENV=production bundle exec jekyll buildThis site is automatically deployed via GitHub Actions. On push to main, the site is built and published to the gh-pages branch.
You can monitor deployment status under the GitHub Actions tab.
Powered by Jekyll and the amazing Chirpy theme by Cotes Chung.
Feel free to explore the source code or reach out if you'd like to discuss the content, projects, or collaborate!