Project: grantbenjamin.github.io

Personal academic website for Grant Benjamin, hosted on GitHub Pages. Built on Jekyll with the Minimal Mistakes theme loaded as a remote_theme (mmistakes/minimal-mistakes in _config.yml).

Critical implication of remote_theme

Layouts (default, single, home, archive, etc.) and most _includes/*.html are NOT in this repo — they are fetched from the gem at build time. Only files explicitly overridden locally exist here. To inspect a layout or include the user references but you can’t find, fetch it from the upstream theme:

Use curl (not WebFetch — it summarizes instead of returning raw HTML).

Where things live

Where to edit common things

Conventions