Personal portfolio site built with Jekyll and the Minimal Mistakes remote theme. The site highlights robotics, autonomous racing, graph-based SLAM, embedded systems, and selected project work.
Install the Ruby dependencies:
bundle installRun the local Jekyll server:
bundle exec jekyll serve --host 0.0.0.0 --port 4000Then open:
http://localhost:4000
index.md- homepage with video hero and selected featured projectsprojects.md- project overview pageprojects/- individual project pages_data/projects.yml- canonical project card metadata_includes/project-grid.html- reusable project card gridassets/images/- project images and page visualsassets/videos/- optimized homepage video loopsassets/css/main.scss- theme import and local custom styles