Eleventy
Page 1 of 2
Articles related to the Eleventy Static Site Generator (used to build this site). 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).
Adding Sidebars to an Eleventy Site
Posted Sunday, November 3, 2024 at 02:43 PM in EleventyI decided recently that one of the things missing from this site was the ability to have call-outs in the content. My buddy Scott Good was here this weekend working on something in my workshop, so, while we waited for some glue to dry, I asked him to add some call-out CSS to the site. After he left, I added some code to the site to make it all work.
Added Timestamp to Posts
Posted Sunday, April 7, 2024 at 07:08 PM in EleventyIn my previous post, I described how I updated my Eleventy New Post utility to add a
timestamp
property to new post's front matter. With that in place, I updated the site's Home Page, Articles Page and at the top of every Post. I encountered a little issue with that implementation related to time zones, so I decided to dig deeper into the implementation on this site and how I solved the time zone issue.Added Timestamp to My Eleventy New Post Utility
Posted Saturday, April 6, 2024 at 08:10 AM in EleventyA user of my Eleventy New Post utility submitted a feature request yesterday suggesting I add the post's timestamp to the generated post instead of just the date.
Eleventy Navigation Set URL to First Item in Collection
Posted March 24, 2024 in EleventyI'm building a new web site for a software company I created using 11ty, and one of the things I want to do in this site is have the Products menu item open the product page for the first product in a sorted list of product pages.
New Post Skipping Category Prompt
Posted February 11, 2024 in EleventyI added the ability to skip Category prompt in my Eleventy New Post utility.
Added Folder Selection My New Post Utility
Posted February 6, 2024 in Eleventy, Node.jsAdded an enhancement to my Eleventy New Post utility to support choosing the target folder during post creation.
Added Monthly Posts Heatmap To The Site
Posted January 15, 2024 in EleventyI added a Posts per Month heatmap to the site's Statistics page today.
Updated Eleventy Future Post Plugin
Posted January 11, 2024 in EleventyIn yesterday's post, I announced my Future Post plugin for Eleventy and mentioned that I didn't configure the plugin so it would render posts with a future date when testing the site. Since then I found some time to look at the implementation for that and decided to go ahead and add it to version 0.0.2 which I published today.
Hiding Future Posts in Eleventy
Posted January 10, 2024 in EleventyDescribes how to hide posts with a future publishing date in an Eleventy site.
Leaked Credentials from Google Cloud Project
Posted January 6, 2024 in Cloud Development, Eleventy, Web DevelopmentDescribes an issue I had connecting Google Analytics to this site; Google Cloud Security complained mightily about access credentials I stored in the site's public repo.
Updated My Eleventy New Post Module
Posted December 30, 2023 in Eleventy, Node.jsWhen I published my Eleventy New Post package, it only supported selecting a single post category. That approach was fine for a while, but I noticed that I started assigning multiple categories to posts recently and the utility wasn't helping me as much as it could.
Eleventy GitHub Repositories Plugin
Posted December 27, 2023 in EleventyAs 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 EleventyDescribes an Eleventy plugin I created that enables a site to display a list of downloadable files.
Adding a GitHub Repository List to an Eleventy Site (part 2)
Posted December 23, 2023 in EleventyAn extension of the previous post that shows how to add a list of GitHub repositories to this site using authenticated access to the GitHub REST API.
December Updates to Eleventy Plugin Stats
Posted December 23, 2023 in EleventyI made some enhancements to my Eleventy Post Statistics plugin this month and this post describes the changes.
Adding a GitHub Repository List to an Eleventy Site
Posted December 22, 2023 in EleventyI decided to add a list of GitHub repositories to this site; not because the site needs it, but because I wanted to learn how to do it. I built a quick and easy approach (with limitations) and this post describes how I did it.
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 EleventyI 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 EleventyDescribes 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 EleventyThis post describes some new enhancements to my Eleventy Plugin Post Statistics plugin.
Page 1 of 2
Header image: Eleventy Project Home Page.