Adding sitemap.xml to an 11ty v3.0 site
Learn how to add sitemap.xml support to your Eleventy website with the Collections API and a few custom filters.
Collection of articles and thoughts about web development, technology, and business automation. A little bit technical, a little bit philosophical. More than anything, a glimpse into the inner workings of my mind and my solutions.
Learn how to add sitemap.xml support to your Eleventy website with the Collections API and a few custom filters.
11ty `site.url` is commonly seen in Eleventy tutorials, but it's not set by default. Come learn how to set it.
This article introduces my `cfg()` utility function, designed to simplify the process of retrieving configuration values in TypeScript projects. It provides a flexible and type-safe way to access configuration properties, handling undefined cases and offering default values.
In this article, we'll delve into the importance of `tailwind-merge` in Tailwind CSS projects, exploring its key benefits and common scenarios where it shines.
Explore the `Prettify` utility type in TypeScript, designed to simplify complex intersection types and ensure non-nullability.
Explore a type-safe deep merge utility function that elegantly handles nested object structures while maintaining TypeScript's strong typing benefits.