Skip to content

Instantly share code, notes, and snippets.

View dirtystylus's full-sized avatar

Mark Llobrera dirtystylus

View GitHub Profile

Gods of Jade and Shadow

  • by Silvia Moreno-Garcia
  • Started 2019/01/02
  • Finished 2019/01/08
  • Is this YA? Does it matter? I enjoyed this, and I like that it didn’t end in an easy cliché.

what is yours is not yours

  • by Helen Oyeyemi
const markdownIt = require("markdown-it");
const md = new markdownIt();
const dbg = require("debug")("responsiver-config");
const runAfterHook = (image, document) => {
let imageUrl =
image.getAttribute("data-pristine") || image.getAttribute("src");
let caption = image.getAttribute("title");
if (caption !== null) {
caption = md.renderInline(caption.trim());
@dirtystylus
dirtystylus / claude-eleventy-image-optimization.md
Last active May 11, 2026 15:46
Claude Eleventy Image Optimization

Eleventy Build Optimization Chat Transcript


Mark: Does Netlify support incremental builds for an Eleventy site?

Claude: Incremental builds for Eleventy on Netlify depend on how you configure them—Netlify doesn't automatically enable incremental building for Eleventy sites the way it does for some other frameworks.

Here's the current landscape: