Official 11ty docs
Global Data Files — Eleventy
25 posts in 'Global Data'
Using Wordpress as a headless CMS for Eleventy
How I avoided having to re-learn PHP and love Eleventy.
Mike Aparicio · Nov 7, 2023
Categories: CMS Global Data Navigation Pagination Remote Data Search
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.
Bob Monsour · Oct 30, 2023
Categories: Data Cascade Global Data Netlify Remote Data
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...
Bryan Robinson · Aug 8, 2022
Categories: Global Data How to...
Reading Comic Books in the Jamstack
Adding support for digital comic books to your Jamstack site
Raymond Camden · Jul 1, 2022
Categories: Global Data How to... Images
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
Configuring Web Fonts in 11ty with Global Data
Rather than using static font-face declarations for web fonts, you can take advantage of global data...
Aleksandr Hovhannisyan · Nov 14, 2021
Categories: Global Data How to...
Eleventy 1.0 - Global Data via Plugins Example
A followup on my post concerning Eleventy's new addGloblData feature
Raymond Camden · Nov 7, 2021
Categories: Global Data Plugins
Eleventy 1.0 - New Option for Global Data
A look at a new way to create global data for Eleventy 1.0 sites.
Raymond Camden · Nov 2, 2021
Categories: Global Data
Using PDFs with the Jamstack - Building a Document Viewer
Using Adobe PDF Services to build a document viewer for your Jamstack site
Raymond Camden · Aug 30, 2021
Categories: Global Data How to...
An Adobe PDF Embed Plugin for Eleventy
Eleventy users can now add a PDF Embed plugin to their sites
Raymond Camden · Aug 2, 2021
Categories: Configuration Global Data How to... Plugins
Page Level URL Fetching with Eleventy
Making a network request on a page with Eleventy
Raymond Camden · Jul 30, 2021
Categories: Front Matter Global Data How to... Remote Data
Generate Page Content From a Global Data File Using Eleventy
There are many great features to choose from when building websites with Eleventy. One feature in...
Tanner Dolby · Jul 29, 2021
Categories: Global Data
Creating an 11ty collection from a JSON API
Using 11ty Global data files, you can make collections from JSON APIs, allowing you to make whole...
Mike Street · Jun 28, 2021
Categories: Collections Global Data How to...
Creating pages from data with Eleventy
Eleventy has the ability to generated multiple pages from a structured data source, either static...
Florian Eckerstorfer · Apr 25, 2021
Categories: Data Cascade Global Data
Building a Database Driven Eleventy Site
Using a database (MySQL) to drive content for an Eleventy site
Raymond Camden · Apr 15, 2021
Categories: Global Data Pagination Plugins
Using the Adobe PDF Embed API to view PDFs on your Jasmstack site
Raymond Camden · Feb 25, 2021
Categories: Global Data How to... Pagination
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...
Ben Myers · Feb 21, 2021
Categories: Data Cascade Global Data
A useful technique to manage site metadata (title, description, url, etc) for ease of retrieval...
Stephanie Eckles · Feb 15, 2021
Categories: Data Cascade Global Data
Create a Contributors Page in Eleventy
Michael Chan · Jan 29, 2021
Categories: Global Data How to...
Accessing Eleventy Data on the Client Side
Accessing Eleventy data files in your JavaScript code
Raymond Camden · Jan 18, 2021
Categories: Front Matter Global Data How to... Remote Data
A long-winded look at getting Airtable data into Eleventy.
Dana Byerly · Dec 11, 2020
Categories: Global Data How to... Remote Data
Using Eleventy data files for frequently used links
Have a set of frequently referenced links? A global data file can come in handy.
Dana Byerly · Sep 5, 2020
Categories: Data Cascade Global Data Remote Data
Migrating from Node and Express to the Jamstack - Part 1
A look at how you can migrate from Node to the Jamstack
Raymond Camden · Aug 6, 2020
Categories: Global Data Migrating to Eleventy Pagination
Building a website with a static site generator, part 2: Eleventy
In this post, we're gonna take a deeper look into Eleventy which takes care of building the website...
Juha-Matti Santala · Mar 18, 2020
Categories: Blogging Getting Started Global Data Layouts