Skip to main content

{{ 11tybundle.dev }}

Official 11ty docs

Front Matter

Front Matter Data — Eleventy

26 posts in 'Front Matter'

How to setup Agit CMS with your 11ty website

The hackable, local, markdown based CMS for the developer that doesn't want content management to be...

Categories: CMS  Front Matter  How to...  

Making a simple Eleventy blog template

If you’ve worked with TypeScript, React or Next odds are you’ve encountered an update that broke...

Categories: Blogging  Collections  Front Matter  How to...  Layouts  

Excerpts for Eleventy: My Implementation

Excerpts for Eleventy: My Implementation 02 Oct 2023 | 4 minutes read #eleventy Converting my...

Categories: Blogging  Front Matter  How to...  Markdown  

Fun With Front Matter: Part 4 - Featured Posts

How to use "featured" posts to highlight important content.

Categories: Front Matter  How to...  

Fun With Front Matter: Part 3 - Handling Edits

Another example of front matter - signifying edits (both when and why)

Categories: Front Matter  How to...  

Fun With Front Matter: Part 2 - Follow-ups

Using front matter to specify a follow up to your content.

Categories: Front Matter  How to...  

Fun With Frontmatter: Part 1 - Related Posts

A series on doing more with your Jamstack site's front matter

Categories: Filters  Front Matter  How to...  

Batching YAML Front Matter Updates

This article describes a command-line utility I created to do batch add/update to YAML front matter...

Categories: Front Matter  How to...  

Processing images linked from frontmatter with eleventy-img to use in meta tags

Engineering Management, SQL, and a dash of front-end from NYC.

Categories: Front Matter  How to...  Images  

Automating some of the publishing steps for my Eleventy blog

Heres how I automated some of the tedious steps of publishing new posts on my Eleventy blog.

Categories: Blogging  Front Matter  How to...  

My complete blogging workflow

Here is my complete blogging workflow from how I manage ideas all the way to publishing and sharing.

Categories: Blogging  Front Matter  How to...  Images  

Formatting Frontmatter in Eleventy

I like how Odyssey Dao highlights some parts of its titles. If I were writing standard html, I...

Categories: Front Matter  How to...  

Creating a (Manual) Related Posts Feature in Eleventy

How to handle post relations in Eleventy in a manual fashion.

Categories: Front Matter  How to...  

Supporting Multiple Authors in an Eleventy Blog - Follow-Up

An udate to my earlier Eleventy demo showing how to handle multiple authors

Categories: Front Matter  How to...  

Page Level URL Fetching with Eleventy

Making a network request on a page with Eleventy

Categories: Front Matter  Global Data  How to...  Remote Data  

Applying frontmatter defaults to a whole folder of posts in eleventy

Eleventy (11ty) Tutorial

Categories: Front Matter  How to...  

Dynamic Short URLs with Eleventy

Creating URL aliases dynamically with Eleventy

Categories: Collections  Front Matter  How to...  

Building a Choose Your Own Adventure site with Eleventy

How I built a "Choose Your Own Adventure" style site with Eleventy

Categories: Front Matter  How to...  

Adding an Email Subscription to Your Jamstack Site

Using MailChimp to provide a list service for new posts on your blog

Categories: Front Matter  How to...  

Accessing Eleventy Data on the Client Side

Accessing Eleventy data files in your JavaScript code

Categories: Front Matter  Global Data  How to...  Remote Data  

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

Eleventy: RSS Feeds and Front Matter Data

Getting front matter data into my Nunjucks RSS feed templates.

Categories: Front Matter  How to...  

Supporting Multiple Authors in an Eleventy Blog

How to handle multiple authors in Eleventy, with custom author profile pages.

Categories: Filters  Front Matter  How to...  Pagination  

Hiding Future Content with Eleventy

How to use custom filters and collections to hide Eleventy content for the future.

Categories: Collections  Filters  Front Matter  How to...