Skip to main content

{{ 11tybundle.dev }}

Official 11ty docs

Data Cascade

Data Cascade — Eleventy

24 posts in 'Data Cascade'

Programmatically importing your Last.fm listening data to ListenBrainz

I'm a software developer in Camarillo, California. I enjoy hanging out with my beautiful family and...

Categories: Data Cascade  Global Data  How to...  Remote Data  

Scratch that...use the Google Sheets API

Just generating a json file from Google Sheets was not good enough. I had to use the API.

Categories: Data Cascade  Global Data  Netlify  Remote Data  

Build a Blogroll with Eleventy

A step-by-step guide to adding a blogroll, complete with each blog's latest posts, to your Eleventy...

Categories: Blogging  Configuration  Data Cascade  How to...  Remote Data  

Taking Eleventy into the Spiderverse with eleventy-fetch

Let’s walk through the specifics of how to utilize the @eleventy/eleventy-fetch plugin to retrieve...

Categories: Data Cascade  Remote Data  

Using Eleventy filters in Directory Computed Data

Eleventy Computed Data makes it easy to reuse your filters outside of your templates.

Categories: Configuration  Data Cascade  Filters  

Relational data in Eleventy

A pattern for handling many-to-many relationships.

Categories: Data Cascade  

Testing the Netlify Cache Plugin with Eleventy

An example of caching for Netlify with an Eleventy site

Categories: Data Cascade  Deployment  Netlify  

11ty tips I wish I knew from the start

David East's personal site full of blog posts and stuff.

Categories: Configuration  Data Cascade  Getting Started  Navigation  

Dynamically choosing a data file to use in Eleventy templates

What if I need _data/stuff.json sometimes and _data/thing.json other times?

Categories: Data Cascade  Global Data  

A Running Log - Garmin Connect and Eleventy

Use Eleventy to log Garmin Connect activities on a website and automate the process with Zapier and...

Categories: Data Cascade  How to...  Remote Data  

Building a notification thingamajig with Eleventy data

The online journal of Ashur Cabrera.

Categories: Data Cascade  How to...  

Stop forgetting the Eleventy Data Cascade

Eleventy is a great static site generator and one of the best parts of it is The Data Cascade. It's...

Categories: Data Cascade  

Creating pages from data with Eleventy

Eleventy has the ability to generated multiple pages from a structured data source, either static...

Categories: Data Cascade  Global Data  

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...

Categories: Data Cascade  Global Data  

Site Metadata

A useful technique to manage site metadata (title, description, url, etc) for ease of retrieval...

Categories: Data Cascade  Global Data  

Using Template Content as Data for 11ty

Create a collection of content using any Eleventy templating language and learn to control the...

Categories: Collections  Data Cascade  

Add structured data annotations to Eleventy blog

Add structured data (JSON-LD) to enable rich snippets in Google search results.

Categories: Blogging  Data Cascade  How to...  

Understanding Filters, Shortcodes and Data in 11ty

Sometimes it’s a little confusing what the difference between shortcodes, data and filters really...

Categories: Data Cascade  Filters  How to...  

Composing data in Eleventy

The ramblings of Ryan Boone, a web developer and designer from Texas with a passion for open,...

Categories: Data Cascade  Front Matter  How to...  

Using Eleventy data files for frequently used links

Have a set of frequently referenced links? A global data file can come in handy.

Categories: Data Cascade  Global Data  Remote Data  

Architecting data in Eleventy

Setting and using data in the static site generator Eleventy

Categories: Data Cascade