28 posts by John M. Wargo
Eleventy Splitting Category Data Across Two Table Columns
John M. Wargo · Nov 18, 2023
Categories: Collections How to...
I noticed recently that the site's stats page displayed the first and last post dates with time...
John M. Wargo · Oct 31, 2023
Describes a solution I implemented in this site to add Category-specific header images to posts. I...
John M. Wargo · Aug 4, 2023
Added Content Stats to Eleventy Plugin Post Statistics
This post describes some new enhancements to my Eleventy Plugin Post Statistics plugin.
John M. Wargo · Jul 15, 2023
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...
John M. Wargo · Jul 10, 2023
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...
John M. Wargo · Jul 7, 2023
How to add parameters to an Eleventy filter.
John M. Wargo · Jul 5, 2023
Fixed Category Page Generation
I figured out how to get my Eleventy Generate Category Pages module working in an Eleventy build...
John M. Wargo · Jun 13, 2023
Categories: Pagination
Generating Eleventy Category Pages Inside Eleventy Build
After my announcement of my command-line utility for generating Eleventy Paginated Category pages, I...
John M. Wargo · Jun 5, 2023
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...
John M. Wargo · May 31, 2023
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...
John M. Wargo · May 30, 2023
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...
John M. Wargo · May 29, 2023
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...
John M. Wargo · May 16, 2023
Categories: How to...
Automating Eleventy Post Creation
Describes a utility I created to automate creating a new post in an Eleventy site.
John M. Wargo · May 11, 2023
Categories: How to...
I wanted to add a statistics page to this site, so I created an Eleventy plugin to do it. This...
John M. Wargo · May 10, 2023
Categories: How to...
Meta Description and Keywords in Eleventy
This article describes how I added HTML Keywords to an Eleventy site.
John M. Wargo · May 1, 2023
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...
John M. Wargo · Apr 30, 2023
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...
John M. Wargo · Apr 23, 2023
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...
John M. Wargo · Mar 19, 2023
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....
John M. Wargo · Mar 15, 2023
Categories: Configuration How to...