Category: Eleventy
Page 1 of 2
Articles related to the Eleventy Static Site GeneratorThis page lists all posts in the category, in reverse chronological order.
Eleventy Splitting Category Data Across Two Table Columns
Posted November 18, 2023 in EleventyThe Categories list on this site is getting pretty long, so one of the things I wanted to do this weekend was migrate the Unordered List (
<ul></ul>
) the site used today into a two column table. I asked Bard and it generated relatively useless code for me; after three tries I finally got something that looked like it would work, but didn't.Eleventy Date-only Filter
Posted October 31, 2023 in Eleventy
I noticed recently that the site's stats page displayed the first and last post dates with time information even though the values only contained dates. I created a simple Eleventy Filter to trim them to date only with the format I wanted. This post shows how I did it.Eleventy Category Images
Posted August 4, 2023 in Eleventy
Describes a solution I implemented in this site to add Category-specific header images to posts. I modified my eleventy-generate-category-pages module to generate additional properties for the header images and some shortcodes to add the image and attribution to the site's pages.Added Content Stats to Eleventy Plugin Post Statistics
Posted July 15, 2023 in Eleventy
This post describes some new enhancements to my Eleventy Plugin Post Statistics plugin.Batching YAML Front Matter Updates
Posted July 10, 2023 in Developer Tools, Eleventy
This article describes a command-line utility I created to do batch add/update to YAML front matter of all of the markdown files in a folder. This is especially helpful when working with static site generators (SSG).Updated Eleventy Post Stats Plugin
Posted July 7, 2023 in Eleventy
I published an update to my Eleventy Plugin Post Statistics plugin this morning and this article explains what changed.Eleventy Filter Parameters
Posted July 5, 2023 in Eleventy
How to add parameters to an Eleventy filter.Updated Eleventy Generate Posts Utility
Posted July 1, 2023 in EleventyWhen I created the Eleventy Generate Posts command-line utility, I configured the command to expect all of its configuration parameters on the command-line. I did this thinking it would be simple to use, but weeks later I already forgot which command-line options I needed in what order.
Fixed Category Page Generation
Posted June 14, 2023 in Eleventy
I figured out how to get my Eleventy Generate Category Pages module working in an Eleventy build process.Generating Eleventy Category Pages Inside Eleventy Build
Posted June 5, 2023 in Eleventy
After my announcement of my command-line utility for generating Eleventy Paginated Category pages, I learned how to do this inside of Eleventy and need some help finishing it for general use.Eleventy Paginated Category Pages
Posted May 31, 2023 in Eleventy
Something I wanted to do with this site, but wasn't supported by Eleventy, is generate paginated pages of content for each category. This article explains how I solved this problem and how you can use it for your Eleventy site(s).Migrating This Site from Joomla To Eleventy
Posted May 30, 2023 in Eleventy
Describes the process I used to migrate a 14 year old Joomla site (this one) to Eleventy and the tools I created to simplify the process (that you can use in your Joomla to Eleventy migrations).Eleventy Displaying Posts from Another Site
Posted May 29, 2023 in Eleventy
I wanted to pull the most recent articles from an Eleventy site into another Eleventy site, so I wrote this article to explain how I did it.Generating Post Batches in Eleventy
Posted May 16, 2023 in Eleventy
This article describes a Node command-line utility I created to generate batches of new posts in an Eleventy site.Automating Eleventy Post Creation
Posted May 11, 2023 in Eleventy
Describes a utility I created to automate creating a new post in an Eleventy site.Eleventy Site Statistics
Posted May 10, 2023 in Eleventy
I wanted to add a statistics page to this site, so I created an Eleventy plugin to do it. This article describes how to use the plugin in your Eleventy site.Meta Description and Keywords in Eleventy
Posted May 1, 2023 in Eleventy
This article describes how I added HTML Keywords to an Eleventy site.Eleventy Extra Spaces in Category List
Posted April 30, 2023 in Eleventy
I noticed that the category lists on this site had an extra space before and after the comma and set out to fix it.Eleventy Enhanced Pagination Navigation Buttons
Posted April 23, 2023 in Eleventy
After adding Previous and Next buttons to paginated pages in this site, I figured out a clean way to add First and Last buttons as well and this post describes how I did it.Site Migration Completed
Posted April 21, 2023 in Miscellaneous, Eleventy, Static Site Generators
Announces the completed migration of this site from Joomla! on FatCow to Eleventy on Netlify.
Page 1 of 2
Header image: Eleventy Project Home Page.