A modern, automated personal website built with vanilla HTML, CSS, and JavaScript. Features automatic GitHub project integration, resume data extraction, and a responsive masonry grid layout.
Visit: https://www.averychan.site
- 🎨 No Framework - Pure HTML/CSS/JavaScript, no build step required
- 🔄 Auto-sync GitHub Projects - Automatically fetches and displays your repositories
- 📄 Resume Integration - Extracts experience and education from your resume HTML
- 🎯 Masonry Grid Layout - True CSS masonry with responsive columns
- 🌓 Dark/Light Theme - Auto-detects system preference with manual override
- 🔍 Search & Filter - Filter projects by language, tags, and text search
- 🚀 GitHub Actions - Automated metadata generation and deployment
Visit docs/FORKING.md for detailed setup instructions.
# 1. Fork this repository
# 2. Edit data/site-config.yml with your info
# 3. Enable GitHub Actions and Pages
# 4. Done! Your site is live- Forking Guide - How to make this your own
- Architecture - How the system works
- Tile Guide - Creating custom tiles
- Development - Local development setup