Write a very concise static site generator with Origami expressions
Comparing four implementations of a static blog site, focusing on the conciseness of Origami expressions versus traditional JavaScript and frameworks like Astro.
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.
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.
Author reflects on completing the #100DaysToOffload challenge, writing 100 blog posts in a year, and shares key entries and tips.
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 developer explains the creation of 'bic', a minimal static site generator written entirely in Bash, detailing the motivation and technical approach.
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.