Migrating 13,000 Comments from Drupal to Hugo
A developer details the technical process of migrating 13,000 blog comments from a Drupal CMS to the Hugo static site generator, using LLMs as coding assistants.
A developer details the technical process of migrating 13,000 blog comments from a Drupal CMS to the Hugo static site generator, using LLMs as coding assistants.
Zach Leatherman announces his upcoming talk at the State of the Browser 2026 conference, a web development event.
A review of the Eleventy static site generator's major achievements, release stats, and growth metrics for the year 2025.
The author details the migration of his personal blog from Drupal to the Hugo static site generator, citing simplicity and a focus on writing.
A developer explains a feed duplication bug caused by renaming a blog post file and discusses the challenge of stable IDs in static site generators.
A developer explains their decision to join the Static Quest webring to connect with the indie web and other static site enthusiasts.
A year-end review of the Web Origami project's 2025 goals, covering community growth, feature development, and technical challenges.
A quick tutorial on setting up HTML minification for Eleventy static sites using the html-minifier-next package.
A developer details migrating his 30-year-old personal website from WordPress to a static site using Eleventy, AWS, and AI assistance.
Zach Leatherman details how the 11ty project uses GitHub Issues for project management and discusses upcoming changes to their workflow.
The author details migrating their personal blog to 11ty and Cloudflare Pages for easier content management and consolidation.
Eleventy updates its Open Collective supporter facepile rules to give permanent credit to individual contributors, including one-time donors.
A technical guide on implementing an RSS feed for a blog built with the Astro static site generator, including code examples and explanations.
The author completes their blog migration from Gatsby to Eleventy, detailing a 16x build speed improvement and simpler static site architecture.
A guide to building a simple blog in Python using lazy, Origami-inspired concepts and Python 3.14's async features.
A developer details their technical setup for displaying math and images across a blog, Atom feed, and email using Hugo and custom templates.
Comparing four implementations of a static blog site, focusing on the conciseness of Origami expressions versus traditional JavaScript and frameworks like Astro.
Using the async-tree library to reduce the code size of a minimalist JavaScript static site generator, focusing on abstraction and shared utilities.
A developer explains how to build a minimalist, zero-dependency static site generator from scratch using plain JavaScript objects and functions.
A tutorial on integrating Keystatic CMS with the Astro static site generator to manage content for a blog.