This repository powers the site you are reading. I forked the TechFolio starter, modernized the Bitter theme, and layered on custom includes, essay feeds, and agent-focused documentation so collaborators (human or AI) can safely extend the portfolio. Every section—About, Projects, Essays, Resume—pulls from structured data files so updates stay consistent across cards and standalone pages.
agents/ workspace documents the system prompt, deployment workflow, and GitHub sync scripts so assistants share the same playbook._data/github_repos.json and a lightweight sync script keep the Projects page aware of the latest public repositories._data/bio.json drives hero content, _includes/* handles reusable sections, and _layouts/* keep page shells clean for future redesigns.bundle exec jekyll serve, while CI relies on the same command to catch errors before publishing.