11 posts by Cassey Lottman
Tips for Running 11ty on Cloudflare Pages
Decap CMS & Eleventy Auto Cache Buster
Sep 7, 2024
by Cassey Lottman (11 posts) · Website & RSS feed
Categories: CMSDeploymentPlugins
Adding Decap CMS to 11ty
One person is typing.
Jan 13, 2024
by Cassey Lottman (11 posts) · Website & RSS feed
Categories: BloggingCMSConfigurationHow to...Plugins
Frontmatter Templates for New Blog Posts
In VS Code, using Snippets
Jan 13, 2024
by Cassey Lottman (11 posts) · Website & RSS feed
Categories: BloggingFront Matter
Fetching & caching data from Airtable in my 11ty site
Using the Airtable.js library and Eleventy Fetch
May 9, 2023
by Cassey Lottman (11 posts) · Website & RSS feed
Categories: Remote DataHow to...
CAUTION
The posts below were published before the release of Eleventy v2.0.0 (Feb 8, 2023). Information in these posts may be out of date. The current stable release is 2.0.1. Eleventy v3.0 is currently under development and available for testing.
Using Sanity CMS to host an image gallery for an existing 11ty site
Sometimes it's too late for a starter project
Mar 27, 2022
by Cassey Lottman (11 posts) · Website & RSS feed
Categories: How to...CMSImage Galleries
CAUTION
The posts below were published before the release of Eleventy v1.0.0 (Jan 9, 2022). Information in these posts may be out of date. The current stable release is 2.0.1. Eleventy v3.0 is currently under development and available for testing.
Just Enough JavaScript for Eleventy
Want to try Eleventy, but not very experienced in JavaScript yet? You're in the right place.
Dec 25, 2021
by Cassey Lottman (11 posts) · Website & RSS feed
Categories: ConfigurationHow 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?
Nov 17, 2021
by Cassey Lottman (11 posts) · Website & RSS feed
Categories: Data CascadeGlobal Data
Converting a simple HTML site to use Eleventy
For when you're ready for a little templating fun
Oct 23, 2021
by Cassey Lottman (11 posts) · Website & RSS feed
Categories: How to...Migrating to Eleventy
Using Nunjucks shortcodes in Markdown files in Eleventy
Unlock the power of Eleventy Image in your md posts
Jul 29, 2021
by Cassey Lottman (11 posts) · Website & RSS feed
Categories: MarkdownNunjucks/MacrosShortcodes
Getting your bearings in an existing Eleventy project
Questions to ask to start making changes quickly
Jul 26, 2021
by Cassey Lottman (11 posts) · Website & RSS feed
Categories: Configuration
npx eleventy !== npx @11ty/eleventy
Use the former at your own risk.
Apr 7, 2021
by Cassey Lottman (11 posts) · Website & RSS feed
Categories: How to...Configuration