Static Site Generators: Time Travel for Your Website
2025-09-02

While revisiting old blog posts, the author discovered the power of using a static site generator (Eleventy) with Git for effortless time travel through their website's history. Eleventy's approach of fetching posts from a CMS and including them in each commit creates a full snapshot of the website at every commit. This contrasts with websites using databases (like WordPress), which make accessing past versions more difficult. While the author previously implemented a GitHub Action to take monthly screenshots, the combination of Eleventy and Git makes this less crucial.
Development