Personal academic website built with Jekyll and hosted on GitHub Pages.
index.md: homepage content (hero + publications)_layouts/default.html: single layoutassets/css/site.css: site stylingassets/CV.pdf: CV linked from the heroassets/overview.gif,assets/reflection_coupling.mp4: media shown on the speculative-sampling paper tile_data/publications.json: publication data rendered on the homepage
Drop a portrait into assets/ (e.g. assets/profile.jpg) and set author.photo
in _config.yml to its path (e.g. /assets/profile.jpg). Leaving author.photo
empty renders the hero without a photo.
_data/publications.json is curated by hand. To add a new paper, see the
update-publications skill in .claude/skills/.
bundle install
bundle exec jekyll serveOpen http://127.0.0.1:4000.