Back to Categories
Static Site Generators
Page 1 of 2
Anything related to Static Site Generators. This page lists all posts in the category, in reverse chronological order.
Note: An AI Generated pill displayed in the list below indicates that the post description displayed on the page was generated from the post content using Generative AI (GenAI). The post content itself was written by a human (me).
Eleventy Packages Page
Posted Saturday, January 4, 2025 at 09:07 AM in Eleventy, Static Site GeneratorsDescribes an Eleventy global data file I created that allows me to easily display a list of my npm packages on this site.
Eleventy 3 Upgrade Fixed
Posted Monday, December 30, 2024 at 11:05 AM in Eleventy, Static Site GeneratorsIn my Eleventy 3 Migration post yesterday, I described a process I used to migrate several Eleventy sites from V2 to V3. As part of that process, I was able to skip some important upgrade/migration steps because my development and deployment environments run Node.js version 22. Specifically, even though Eleventy 3 expects all modules to use ESM, a feature in Node.js 22 allowed my sites to build and deploy successfully without it. This post describes how I completed the successfully migration to ESM.
Displaying Eleventy Version On A Page
Posted Sunday, December 29, 2024 at 11:25 AM in Eleventy, Static Site GeneratorsDescribes how I display Eleventy build information on this site and how I had to change the process for Eleventy 3.0.
Eleventy 3 Upgrade
Posted Sunday, December 29, 2024 at 10:11 AM in Eleventy, Static Site GeneratorsI run quite a few sites on Eleventy; you can see the complete list on this site's Sites area. The Eleventy team released version 3.0 a while back and I finally got around to upgrading some of the sites. This post describes the process I used to migrate a couple of the sites.
Building a documentation Site Using Docusaurus
Posted March 30, 2024 in Static Site GeneratorsAI Generated I recently built a website for my software company and needed a place to publish product documentation. After exploring different options, I settled on using Docusaurus, a documentation static site generator. This post describes my first impressions of the platform.
Eleventy GitHub Repositories Plugin
Posted December 27, 2023 in Eleventy, Static Site GeneratorsAs I wrote in Adding a GitHub Repository List to an Eleventy Site and Adding a GitHub Repository List to an Eleventy Site (part 2), I've been playing around with generating a GitHub repository list in an Eleventy site.
Eleventy File List Plugin
Posted December 27, 2023 in Eleventy, Static Site GeneratorsDescribes an Eleventy plugin I created that enables a site to display a list of downloadable files.
Eleventy Splitting Category Data Across Two Table Columns
Posted November 18, 2023 in Eleventy, Static Site GeneratorsThe 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, Static Site GeneratorsI 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, Static Site GeneratorsDescribes 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.
Eleventy Filter Parameters
Posted July 5, 2023 in Eleventy, Static Site GeneratorsHow to add parameters to an Eleventy filter.
Eleventy Paginated Category Pages
Posted May 31, 2023 in Eleventy, Static Site GeneratorsSomething 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).
Eleventy Displaying Posts from Another Site
Posted May 29, 2023 in Eleventy, Static Site GeneratorsI 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.
Eleventy Site Statistics
Posted May 10, 2023 in Eleventy, Static Site GeneratorsI 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.
Eleventy Extra Spaces in Category List
Posted April 30, 2023 in Eleventy, Static Site GeneratorsI 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, Static Site GeneratorsAfter 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 GeneratorsAnnounces the completed migration of this site from Joomla! on FatCow to Eleventy on Netlify.
Automating Algolia Index Updates
Posted March 19, 2023 in Eleventy, Static Site GeneratorsI added support for Algolia search to an Eleventy site, and this post describes a utility I created to help Eleventy site owners to automate updating their Algolia indices outside of the build process.
Eleventy Site Categories Page
Posted March 18, 2023 in Eleventy, Static Site GeneratorsWhile I worked with Jekyll, I struggled figuring out a way to add a Categories page to a site. In this post, I describe a solution I created for Eleventy that does this.
Displaying Build Details in an Eleventy Site
Posted March 15, 2023 in Eleventy, Static Site GeneratorsI leveraged some old code to add the ability to capture build details and save them with a project. In this post, I describe the utility I created that allows you to easily display build information in an Eleventy site.
Page 1 of 2
Header image: Photo by Alvaro Reyes on Unsplash.