4 posts by Nicholas Clooney
2025
Lighting Up GitHub Embeds in My Eleventy Blog
October 3, 2025 For the longest time, sharing code from GitHub meant screenshotting or pasting raw snippets into Markdown. Both options felt brittle—screenshots hide the text from RSS readers, while copy-pastes drift out of sync the minute the upstream file changes. I wanted the readability of Emgithub, the SEO of server-side rendering, and zero third-party JavaScript.
Oct 3, 2025
by Nicholas Clooney (4 posts) · Website & RSS feed
Categories: BloggingRemote Data
Preview production drafts locally
`ELEVENTY_ENV` is now wired into every npm script so drafts stay private in production while remaining easy to preview.
Sep 28, 2025
Leveling Up Responsive Images with Eleventy Img
Walking through the fixes that led us from stretched screenshots to a lean Eleventy Img pipeline, plus a quick primer on how responsive image markup really works.
Sep 27, 2025
11ty Subspace Builder v1.0.0
Our first stable launch brings a polished Eleventy 3 starter with theme switching, accessible navigation, OG image automation, and a streamlined authoring flow.
Sep 25, 2025
by Nicholas Clooney (4 posts) · Website & RSS feed
Categories: BloggingGetting StartedHow to...