Skip to main content

{{ 11tybundle.dev }}

28 posts by John M. Wargo

Eleventy Date-only Filter

I noticed recently that the site's stats page displayed the first and last post dates with time...

Categories: Dates  Filters  

Eleventy Category Images

Describes a solution I implemented in this site to add Category-specific header images to posts. I...

Categories: How to...  Images  

Added Content Stats to Eleventy Plugin Post Statistics

This post describes some new enhancements to my Eleventy Plugin Post Statistics plugin.

Categories: Plugins  

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

Updated Eleventy Post Stats Plugin

I published an update to my Eleventy Plugin Post Statistics plugin this morning and this article...

Categories: Debugging  How to...  

Eleventy Filter Parameters

How to add parameters to an Eleventy filter.

Categories: Filters  How to...  

Fixed Category Page Generation

I figured out how to get my Eleventy Generate Category Pages module working in an Eleventy build...

Categories: Pagination  

Generating Eleventy Category Pages Inside Eleventy Build

After my announcement of my command-line utility for generating Eleventy Paginated Category pages, I...

Categories: How to...  Pagination  

Eleventy Paginated Category Pages

Something I wanted to do with this site, but wasn't supported by Eleventy, is generate paginated...

Categories: How to...  Pagination  

Migrating This Site from Joomla To Eleventy

Describes the process I used to migrate a 14 year old Joomla site (this one) to Eleventy and the...

Categories: Migrating to Eleventy  

Eleventy Displaying Posts from Another Site

I wanted to pull the most recent articles from an Eleventy site into another Eleventy site, so I...

Categories: How to...  Remote Data  

Generating Post Batches in Eleventy

This article describes a Node command-line utility I created to generate batches of new posts in an...

Categories: How to...  

Automating Eleventy Post Creation

Describes a utility I created to automate creating a new post in an Eleventy site.

Categories: How to...  

Eleventy Site Statistics

I wanted to add a statistics page to this site, so I created an Eleventy plugin to do it. This...

Categories: How to...  

Meta Description and Keywords in Eleventy

This article describes how I added HTML Keywords to an Eleventy site.

Categories: Configuration  How to...  

Eleventy Extra Spaces in Category List

I noticed that the category lists on this site had an extra space before and after the comma and set...

Categories: How to...  

Eleventy Enhanced Pagination Navigation Buttons

After adding Previous and Next buttons to paginated pages in this site, I figured out a clean way to...

Categories: How to...  Navigation  

Automating Algolia Index Updates

I added support for Algolia search to an Eleventy site, and this post describes a utility I created...

Categories: How to...  Search  

Displaying Build Details in an Eleventy Site

I leveraged some old code to add the ability to capture build details and save them with a project....

Categories: Configuration  How to...