Making my static blog generator <del>11</del> 33 times faster
A developer details the process of optimizing their custom static blog generator, achieving a 33x speed improvement by analyzing and refactoring inefficient Git operations.
A developer details the process of optimizing their custom static blog generator, achieving a 33x speed improvement by analyzing and refactoring inefficient Git operations.
A developer reflects on his blogging journey, discussing his motivations, the evolution of his tech stack from WordPress to a custom SSG, and his writing workflow.
A guide to creating a plaintext RSS feed using the 11ty static site generator, exploring its benefits for syndication and command-line readers.
A developer's journey migrating their personal blog from Gatsby to Next.js and finally to Astro, focusing on build times, maintenance, and performance.
Introducing nbsanity, a free service that instantly transforms public GitHub Jupyter notebooks into polished, customizable web pages using Quarto.
A developer reflects on reaching 1 million blog page views, discussing their blogging journey, static site tooling, and evolution of technical content.
A technical guide on adding a Bluesky social media icon to an Astro blog using the AstroPaper theme, including SVG code and configuration.
A guide to removing timestamps from Hugo static blog posts, including updating archetypes and retroactively fixing old posts.
A technical guide on implementing hackable date-based URL indexes (year, month, day) in the Eleventy static site generator using custom collections and templates.
A guide to creating versatile Markdown shortcodes in Eleventy for embedding HTML elements like asides and styled links while preserving Markdown syntax.
A developer documents the process and specific changes required to upgrade their blog from Hugo v0.40 to v0.135.
A technical guide on integrating Shiki syntax highlighting into a Hugo static site via a post-build Node.js script.
A technical guide on implementing site search for static Netlify sites using Elasticsearch, 11ty, and the Elasticsearch bulk API.
A developer shares their experience and step-by-step process for migrating a blog from GatsbyJS to the Hugo static site generator.
A developer details the technical process of typesetting and laying out a self-published book for web, EPUB, and print formats.
Updates to an Eleventy starter project, including CSS bundling with Parcel, switching to CSS custom properties, and using Utopia for fluid typography.
A developer details migrating a 9-year-old WordPress blog to a serverless Eleventy static site, hosted on AWS using Ampt.
Blog author details migrating his WordPress site to a static Hugo site on Netlify for improved speed, cost, and workflow.
A developer shares their journey contributing to the 11ty static site generator project and joining its official support team.
Blog author delays posts due to technical issues with image handling in a static site generator, working on a custom plugin.