8 posts by Cassey Lottman
Fetching & caching data from Airtable in my 11ty site
Using the Airtable.js library and Eleventy Fetch
Cassey Lottman · May 9, 2023
Categories: How to... Remote Data
Using Sanity CMS to host an image gallery for an existing 11ty site
Sometimes it's too late for a starter project
Cassey Lottman · Mar 27, 2022
Just Enough JavaScript for Eleventy
Want to try Eleventy, but not very experienced in JavaScript yet? You're in the right place.
Cassey Lottman · Dec 25, 2021
Categories: Configuration How to...
Dynamically choosing a data file to use in Eleventy templates
What if I need _data/stuff.json sometimes and _data/thing.json other times?
Cassey Lottman · Nov 17, 2021
Categories: Data Cascade Global Data
Converting a simple HTML site to use Eleventy
For when you're ready for a little templating fun
Cassey Lottman · Oct 23, 2021
Categories: How to... Migrating to Eleventy
Using Nunjucks shortcodes in Markdown files in Eleventy
Unlock the power of Eleventy Image in your md posts
Cassey Lottman · Jul 29, 2021
Categories: Markdown Nunjucks/Macros
Getting your bearings in an existing Eleventy project
Questions to ask to start making changes quickly
Cassey Lottman · Jul 26, 2021
Categories: Configuration
npx eleventy !== npx @11ty/eleventy
Use the former at your own risk.
Cassey Lottman · Apr 7, 2021
Categories: Configuration How to...