I’ll write more about this next week, but last night I quietly switched over to a new 11ty v3 build of my site. Cut myself on the bleeding edge a few times but also figured out a whole lot of fun things!
To make this I forked the v9 branch of eleventy-base-blog: https://github.com/dirtystylus/mllty
Finally wrote up my notes on my Eleventy v3 upgrade to my personal site
* Markdown -> Eleventy Image contains some rendering-order dragons
* Using Eleventy Image transforms with Netlify CDN
* Reworking my Image Gallery
@grigs ty Jason! I think the new Image plugin + Netlify’s image CDN helped close the gap
@markllobrera I think your intuition was right to return an <img> in your shortcode so you don’t have to refactor that code (but alternatively you could use `eleventy:ignore` to avoid double processing those images, see https://www.11ty.dev/docs/plugins/image/#attribute-overrides).
I am reworking the RSS plugin docs right now to show how to best solve the Image transform + RSS content issue.
@eleventy ty for this—I missed the ignore option in the docs. Now that I have deploys working again I have more time to actually pick through the Markdown/Eleventy image rendering order and clean things up
@markllobrera awesome! Looks like your Name (Mark Llobrera/Home) link might be broken!
@eleventy Oh! ty (weird that didn’t get processed by inputPathtoUrl)
@eleventy Oh, turns out I was pointing to home.njk, not index.njk. Pushed up a fix, ty again for catching that!
@nhoizey ty ty
also I kept running into your comments/issues in the 11ty repo and those helped me out with some tricky things on this build, so thank you for that, specifically
@markllobrera wow, I'm glad my past struggles helped you!
@nhoizey Markdown + image paths + overlapping filters/transforms are no joke!
@markllobrera yesssss CONGRATS, mark! Nice work on the launch!!
@beep lol Ethan I really did all this just to sync my updated Letterboxd views to my site
@markllobrera which, let’s be clear: extremely rules
@beep The people need to know that I’ve rewatched Ocean’s Eleven, yet again
I’d say I’m extremely back on my bullshit
except I never left
@markllobrera I owe you — from the thing with the guy in the place — and I’ll never forget it
@beep And for god’s sake, whatever you do, don’t, under any circumstances…
@markllobrera They say taupe is very soothing.
@beep Every time I work with old teammates I mutter,
it’ll be nice working with proper villains again
@markllobrera NICE. We need to compare notes again sometime soon, I got distracted on all my data munging but I'm getting back into the 11ty part of it soon ;D
@eaton Things got a lot simpler (esp with images), which I love. Usually you’re going the other direction as the version number ticks up
@eaton There are some order-of-operation things I still need to figure out. Like, oh—the shortcode runs first then the markdown parsing then the transform plugins…I sometimes got stuck in a turf war between those elements and was like, now why am I in it