// the find
holman/left
Left is a clean, whitespace-happy layout for Jekyll.
Left is a minimal Jekyll blog theme extracted from Zach Holman's personal site. It's a fork-and-go starting point for developers who want a clean personal blog on GitHub Pages without touching much CSS.
The sidebar-plus-content layout is genuinely pleasant and holds up visually without a framework. MIT with zero attribution requirement is the right call for a theme. The setup is three commands — fork, bundle install, configure _config.yml — which is about as low a barrier as Jekyll gets. Mobile CSS is separated into its own file, so it's easy to find and modify.
Last commit was 2022 and Jekyll itself has moved on — Gemfile.lock is stale and you'll hit Ruby/bundler compatibility friction immediately on a modern system. 465 forks vs 543 stars tells you people clone it and disappear; there's no active maintenance or issue triage. No dark mode, no syntax highlighting theme worth using (pygments.css is barebones). Relies on GitHub Pages repository metadata for avatar/URL generation, so local previews are subtly broken until you push.