- 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é.
- 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()); |
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: