Create pages from JSON files with Eleventy – Saneef’s website
Website rewrite and switching to Notion as CMS
This website served me well for almost 5 years with minor improvements, tweaks and hacks. Now, it was time for a total rewrite and upgrading my stack and tools.
Relational data in Eleventy · Dan Cătălin Burzo
A pattern for handling many-to-many relationships.
Taking Eleventy into the Spiderverse with eleventy-fetch | Jeff Sikes
Let’s walk through the specifics of how to utilize the @eleventy/eleventy-fetch plugin to retrieve data from an API and use it in an Eleventy generated site.
A Step-by-Step Guide to Sorting Eleventy Global Data Files by Date
Step-by-step guide to date-based global data sorting in Eleventy, including automated by file last modified and manually via a data property
From Notion to Eleventy, but faster
I don’t usually do multipart posts, but this one grew a bit after I published the initial article. The setup I’ve got there describes how to import content from Notion to Eleventy and render a site. But it’s getting very slow very soon.
11ty Second 11ty: Global Data files (JS and JSON)
In these two videos, we take 110 seconds each to discuss how to use 11ty's Global Data files to pull static data with JSON and dynamic (at build time) data with JavaScript.
Eleventy Templates mit Daten anreichern
Die persönliche Webseite von Daniel Zenzes.
From Notion to Eleventy • i am schulz
Static Site Generators are a great tool to generate a JAM Stack website from a data feed. That feed can be markdown …
Integrating Eleventy with GitHub Flat Data
How to use the Flat Data GitHub action with Eleventy
Including RSS Content in your Eleventy Site - Part 2
A follow up to my post on using RSS data with Eleventy sites
Client side data in 11ty
Heck yes 11ty hacks
Performant data fetching with promises and Eleventy
Fetching a whole bunch of data from APIs at build time can be an intensive process. Getting that data in a performant way and caching it locally is an important part of Jamstack projects.
Architecting data in Eleventy
Setting and using data in the static site generator Eleventy
I Finally Understand Eleventy's Data Cascade.
Where does Eleventy get all of its data? Which data overrules other data? I've documented my whole mental model of Eleventy's data cascade.
How I turned my Goodreads data into a self-hosted website with Eleventy
So that I could control what and how to display.
Using Eleventy's (11ty) JavaScript Data Files - bryanlrobinson.com
I enjoy building workflows for pure static sites. I enjoy ingesting data into my build process instead of loading my client-side with fetches. In this example, we'll use Eleventy's ability to use a JavaScript file, to execute code to fetch data on site build, negating the need for task runners like Gulp.